Interface GroupCallMessageLevel

Represents a level of features for a message sent in a live story group call.

interface GroupCallMessageLevel {
    @type: "groupCallMessageLevel";
    background_color: number;
    first_color: number;
    max_custom_emoji_count: number;
    max_text_length: number;
    min_star_count: number;
    pin_duration: number;
    second_color: number;
}

Properties

@type: "groupCallMessageLevel"
background_color: number

Background color for the message the RGB format.

first_color: number

The first color used to show the message text in the RGB format.

max_custom_emoji_count: number

The maximum allowed number of custom emoji in the message text.

max_text_length: number

The maximum allowed length of the message text.

min_star_count: number

The minimum number of Telegram Stars required to get features of the level.

pin_duration: number

The amount of time the message of this level will be pinned, in seconds.

second_color: number

The second color used to show the message text in the RGB format.