Tooth/src/API/Pleroma.vala

4 lines
132 B
Vala

public class Tooth.API.Pleroma : Entity {
public Gee.ArrayList<API.EmojiReaction>? emoji_reactions { get; set; default = null; }
}