Interface UpdateActiveEmojiReactions

The list of active emoji reactions has changed. Subtype of Update.

interface UpdateActiveEmojiReactions {
    @type: "updateActiveEmojiReactions";
    emojis: string[];
}

Properties

Properties

@type: "updateActiveEmojiReactions"
emojis: string[]

The new list of active emoji reactions.