Interface PushMessageContentChatSetTheme

A chat theme was edited. Subtype of PushMessageContent.

interface PushMessageContentChatSetTheme {
    @type: "pushMessageContentChatSetTheme";
    theme_name: string;
}

Properties

Properties

@type: "pushMessageContentChatSetTheme"
theme_name: string

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