View Source ExTDLib.Method.GetChatBoosts (ExTDLib v0.0.4)

Returns list of boosts applied to a chat; requires administrator rights in the channel chat. Returns object_ptr<FoundChatBoosts>.

NameTypeDescription
chat_idstringIdentifier of the chat.
only_gift_codesboolPass true to receive only boosts received from gift codes and giveaways created by the chat.
offsetstringOffset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.
limitnumberThe maximum number of boosts to be returned; up to 100. For optimal performance, the number of returned boosts can be smaller than the specified limit.

More details on telegram's documentation.