premium.boostsList
List of boosts that were applied to a peer by multiple users.
type tg.PremiumBoostsList struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Count | int | yes | Total number of results |
Boosts | []Boost | yes | Boosts |
NextOffset | string | — | Offset that can be used for pagination. |
Users | []UserClass | yes | Mentioned users |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
premium.boostsList#86f8613c