Interface InputChatThemeEmoji

Describes a chat theme to set. Subtype of InputChatTheme.

interface InputChatThemeEmoji {
    @type: "inputChatThemeEmoji";
    name: string;
}

Properties

Properties

@type: "inputChatThemeEmoji"
name: string

Name of the theme.