FoundChatBoosts constructor

FoundChatBoosts(
  1. {required int total_count,
  2. required List<ChatBoost> boosts,
  3. String? next_offset,
  4. int? extra,
  5. int? clientId}
)

Contains a list of boosts applied to a chat

Implementation

FoundChatBoosts