Interface BackgroundTypeChatTheme

The background is taken directly from a built-in chat theme.

interface BackgroundTypeChatTheme {
    theme_name: string;
    type: "chat_theme";
}

Properties

Properties

theme_name: string

Name of the chat theme, which is usually an emoji

type: "chat_theme"

Type of the background, always “chat_theme”