Interface BackgroundTypeChatTheme

A background from a chat theme based on an emoji; 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 emoji chat theme.