Interface PushMessageContentChatSetTheme

A chat theme was edited. Subtype of PushMessageContent.

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

Properties

Properties

@type: "pushMessageContentChatSetTheme"
name: string

If non-empty, human-readable name of the new theme. Otherwise, the chat theme was reset to the default one.