Interface MessageChatSetTheme

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

interface MessageChatSetTheme {
    @type: "messageChatSetTheme";
    theme_name: string;
}

Properties

Properties

@type: "messageChatSetTheme"
theme_name: string

If non-empty, name of a new theme, set for the chat. Otherwise, chat theme was reset to the default one.