Skip to content

ChatBoostStatus

Type · TDLib 1.8.67 · d1085f9c

Describes current boost status of a chat

ChatBoostStatus(
  boost_url: string,
  applied_slot_ids: list of int32,
  level: int32,
  gift_code_boost_count: int32,
  boost_count: int32,
  current_level_boost_count: int32,
  next_level_boost_count: int32,
  premium_member_count: int32,
  premium_member_percentage: double,
  prepaid_giveaways: list of PrepaidGiveaway
) → ChatBoostStatus

boost_url

string

An HTTP URL, which can be used to boost the chat

applied_slot_ids

list of int32

Identifiers of boost slots of the current user applied to the chat

level

int32

Current boost level of the chat

gift_code_boost_count

int32

The number of boosts received by the chat from created Telegram Premium gift codes and giveaways; always 0 if the current user isn't an administrator in the chat

boost_count

int32

The number of boosts received by the chat

current_level_boost_count

int32

The number of boosts added to reach the current level

next_level_boost_count

int32

The number of boosts needed to reach the next level; 0 if the next level isn't available

premium_member_count

int32

Approximate number of Telegram Premium subscribers joined the chat; always 0 if the current user isn't an administrator in the chat

premium_member_percentage

double

A percentage of Telegram Premium subscribers joined the chat; always 0 if the current user isn't an administrator in the chat

prepaid_giveaways

list of PrepaidGiveaway

The list of prepaid giveaways available for the chat; only for chat administrators