Interface ChatThemeEmoji

Describes a chat theme. Subtype of ChatTheme.

interface ChatThemeEmoji {
    @type: "chatThemeEmoji";
    name: string;
}

Properties

Properties

@type: "chatThemeEmoji"
name: string

Name of the theme; full theme description is received through updateEmojiChatThemes.