premium.BoostsList

class pyrogram.raw.types.premium.BoostsList

List of boosts that were applied to a peer by multiple users.

Constructor of BoostsList.

Details:
  • Layer: 187

  • ID: 86F8613C

Parameters:
  • count (int 32-bit) – Total number of results

  • boosts (List of Boost) – Boosts

  • users (List of User) – Mentioned users

  • next_offset (str, optional) – Offset that can be used for pagination.

Functions:

This object can be returned by 2 functions.

premium.GetBoostsList

Obtains info about the boosts that were applied to a certain channel (admins only)

premium.GetUserBoosts

Returns the lists of boost that were applied to a channel by a specific user (admins only)