Interface UpdateChatTheme

The chat theme was changed. Subtype of Update.

interface UpdateChatTheme {
    @type: "updateChatTheme";
    chat_id: number;
    theme_name: string;
}

Properties

@type: "updateChatTheme"
chat_id: number

Chat identifier.

theme_name: string

The new name of the chat theme; may be empty if theme was reset to default.