Interface UpdateChatTheme

The chat theme was changed. Subtype of Update.

interface UpdateChatTheme {
    @type: "updateChatTheme";
    chat_id: number;
    theme: ChatTheme;
}

Properties

Properties

@type: "updateChatTheme"
chat_id: number

Chat identifier.

theme: ChatTheme

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