Interface BackgroundTypeChatTheme

A background from a chat theme; can be used only as a chat background in channels. Subtype of BackgroundType.

interface BackgroundTypeChatTheme {
    @type: "backgroundTypeChatTheme";
    theme_name: string;
}

Properties

Properties

@type: "backgroundTypeChatTheme"
theme_name: string

Name of the chat theme.