List of boosts that were applied to a peer by multiple users.
Constructor schema is available as of layer 166. Switch ยป
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
count | int | Total number of results |
boosts | Vector<Boost> | Boosts |
next_offset | flags.0?string | Offset that can be used for pagination. |
users | Vector<User> | Mentioned users |
Telegram Premium users can grant their favorite channels and supergroups additional features like the ability to post stories by giving them boosts.
How to fetch results from large lists of objects.