Interface MessageChatSetTheme

A theme in the chat has been changed. Subtype of MessageContent.

interface MessageChatSetTheme {
    @type: "messageChatSetTheme";
    theme: ChatTheme;
}

Properties

Properties

@type: "messageChatSetTheme"
theme: ChatTheme

New theme for the chat; may be null if chat theme was reset to the default one.