Obtain info about the users currently boosting a channel/supergroup, see here » for more info about boosts.
stories.boostersList#f3dd3d1d flags:# count:int boosters:Vector<Booster> next_offset:flags.0?string users:Vector<User> = stories.BoostersList;
---functions---
stories.getBoostersList#337ef980 peer:InputPeer offset:string limit:int = stories.BoostersList;
Name | Type | Description |
---|---|---|
peer | InputPeer | The channel. |
offset | string | Next offset for pagination, obtained from the next_offset field of stories.boostersList. |
limit | int | Maximum number of results to return, see pagination |
Code | Type | Description |
---|---|---|
400 | CHANNEL_INVALID | The provided channel is invalid. |
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. |
How to fetch results from large lists of objects.
Info about the users currently boosting the channel.
Telegram Premium users can grant their favorite channels and supergroups additional features like the ability to post stories by giving them boosts.