View Source ExTDLib.Object.FoundChatBoosts (ExTDLib v0.0.4)
Contains a list of boosts applied to a chat.
| Name | Type | Description |
|---|---|---|
| total_count | number | Total number of boosts applied to the chat. |
| boosts | chatBoost | List of boosts. |
| next_offset | string | The offset for the next request. If empty, then there are no more results. |
More details on telegram's documentation.