telegram api constructor · layer 229 · #4959427a
premium.boostsStatus
Contains info about the current boost status of a peer.
definition
premium.boostsStatus#4959427a flags:# my_boost:flags.2?true level:int current_level_boosts:int boosts:int gift_boosts:flags.4?int next_level_boosts:flags.0?int premium_audience:flags.1?StatsPercentValue boost_url:string prepaid_giveaways:flags.3?Vector<PrepaidGiveaway> my_boost_slots:flags.2?Vector<int> = premium.BoostsStatus;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
my_boost | true | Whether we're currently boosting this channel/supergroup, my_boost_slots will also be set. |
level | int | The current boost level of the channel/supergroup. |
current_level_boosts | int | The number of boosts acquired so far in the current level. |
boosts | int | Total number of boosts acquired so far. |
gift_boosts | int | The number of boosts acquired from created Telegram Premium gift codes and giveaways; only returned to channel/supergroup admins. |
next_level_boosts | int | Total number of boosts needed to reach the next level; if absent, the next level isn't available. |
premium_audience | StatsPercentValue | Only returned to channel/supergroup admins: contains the approximated number of Premium users subscribed to the channel/supergroup, related to the total number of subscribers. |
boost_url | string | Boost deep link » that can be used to boost the chat. |
prepaid_giveaways | Vector<PrepaidGiveaway> | A list of prepaid giveaways available for the chat; only returned to channel/supergroup admins. |
my_boost_slots | Vector<int> | Indicates which of our boost slots we've assigned to this peer (populated if my_boost is set). |
type
history
present in layers 166–229
| id | layers |
|---|---|
| #4959427a | 166–229 |