Interface ChatBoostLevelFeatures

Contains a list of features available on a specific chat boost level.

interface ChatBoostLevelFeatures {
    @type: "chatBoostLevelFeatures";
    accent_color_count: number;
    can_disable_sponsored_messages?: boolean;
    can_recognize_speech?: boolean;
    can_set_background_custom_emoji?: boolean;
    can_set_custom_background?: boolean;
    can_set_custom_emoji_sticker_set?: boolean;
    can_set_emoji_status?: boolean;
    can_set_profile_background_custom_emoji?: boolean;
    chat_theme_background_count: number;
    custom_emoji_reaction_count: number;
    level: number;
    profile_accent_color_count: number;
    story_per_day_count: number;
    title_color_count: number;
}

Properties

@type: "chatBoostLevelFeatures"
accent_color_count: number

Number of custom colors for background of empty chat photo, replies to messages and link previews.

can_disable_sponsored_messages?: boolean

True, if sponsored messages can be disabled in the chat.

can_recognize_speech?: boolean

True, if speech recognition can be used for video note and voice note messages by all users.

can_set_background_custom_emoji?: boolean

True, if custom emoji for reply header and link preview background can be set.

can_set_custom_background?: boolean

True, if custom background can be set in the chat for all users.

can_set_custom_emoji_sticker_set?: boolean

True, if custom emoji sticker set can be set for the chat.

can_set_emoji_status?: boolean

True, if emoji status can be set.

can_set_profile_background_custom_emoji?: boolean

True, if custom emoji for profile background can be set.

chat_theme_background_count: number

Number of chat theme backgrounds that can be set as chat background.

custom_emoji_reaction_count: number

Number of custom emoji reactions that can be added to the list of available reactions.

level: number

Target chat boost level.

profile_accent_color_count: number

Number of custom colors for profile photo background.

story_per_day_count: number

Number of stories that the chat can publish daily.

title_color_count: number

Number of custom colors for chat title.