interface Emote {
    emote: EmoteData;
    placeInComment?: number;
}

Properties

emote: EmoteData
placeInComment?: number