BoostStatus

class pyrogram.types.BoostStatus

Represents a channel’s boost status.

Parameters:
  • level (int) – Current boost level of the channel.

  • current_level_boosts (int) – Number of boosts at current level.

  • boosts (int) – Total number of boosts.

  • next_level_boosts (int, optional) – Boosts needed for next level.

  • premium_audience_percent (float, optional) – Percentage of premium audience.

  • prepaid_giveaways (List of PrepaidGiveaway, optional) – List of prepaid giveaways.

  • my_boost (bool, optional) – Whether the current user has boosted.

  • my_boost_slots (List of int, optional) – Boost slots used by current user.

  • boost_url (str, optional) – URL for boosting the channel.