Interface UpdateChatThemes

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

interface UpdateChatThemes {
    @type: "updateChatThemes";
    chat_themes: ChatTheme[];
}

Properties

Properties

@type: "updateChatThemes"
chat_themes: ChatTheme[]

The new list of chat themes.