Tooth/src/API/Emoji.vala

5 lines
114 B
Vala
Raw Normal View History

2022-11-17 18:32:26 +00:00
public class Tooth.API.Emoji : Entity {
public string shortcode { get; set; }
public string url { get; set; }
}