Obtains info about the boosts that were applied to a certain channel (admins only)
{schema}
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
gifts | flags.0?true | Whether to return only info about boosts received from gift codes and giveaways created by the channel ยป |
peer | InputPeer | The channel |
offset | string | Offset for pagination, obtained from premium.boostsList.next_offset |
limit | int | Maximum number of results to return, see pagination |
Code | Type | Description |
---|---|---|
400 | CHAT_ADMIN_REQUIRED | You must be an admin in this chat to do this. |
400 | PEER_ID_INVALID | The provided peer id is invalid. |
Telegram channel administrators may launch giveaways to randomly distribute Telegram Premium subscriptions and other gifts among their followers, in exchange for boosts.
List of boosts that were applied to a peer by multiple users.
How to fetch results from large lists of objects.