BoostsStatus#

class pyrogram.types.BoostsStatus#

Contains information about boost.

Parameters:
  • level (int) – Level of channel.

  • current_level_boosts (int) – Number of boosts required for the current level.

  • boosts (int) – Total number of boosts.

  • boost_url (str) – Link that can be used to give a boost to a channel.

  • my_boost (bool, optional) – True, if you boost this channel.

  • gift_boosts (int, optional) – N/A

  • next_level_boosts (int, optional) – Number of boosts at which the next level will be reached.

  • my_boost_slots (List of int, optional) – Boost slots that are given to the channel.