Interface UpdateEmojiChatThemes

The list of available emoji chat themes has changed. Subtype of Update.

interface UpdateEmojiChatThemes {
    @type: "updateEmojiChatThemes";
    chat_themes: EmojiChatTheme[];
}

Properties

Properties

@type: "updateEmojiChatThemes"
chat_themes: EmojiChatTheme[]

The new list of emoji chat themes.