ChatBoostsList

class pyrogram.types.ChatBoostsList

Bases: Object

Represents a list of boosts applied to a chat by a specific user.

Parameters:
  • boosts (List of ChatBoost) – List of boosts applied to the chat.

  • total_count (int) – Total number of boosts applied.

  • next_offset (str, optional) – Offset for the next page of results, if available.