ultra-telegram-framework
    Preparing search index...

    Interface BackgroundTypeChatTheme

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

    interface BackgroundTypeChatTheme {
        theme_name: string;
        type: string;
    }
    Index

    Properties

    Properties

    theme_name: string

    Name of the chat theme, which is usually an emoji

    type: string

    Type of the background, always "chat_theme"