GetChatBoosts constructor

GetChatBoosts(
  1. {required int chat_id,
  2. required String offset,
  3. required int limit,
  4. int? extra,
  5. int? clientId}
)

Returns list of boosts applied to a chat. The user must be an administrator in the channel chat to get the list of boosts

Returns FoundChatBoosts

Implementation

GetChatBoosts