- API ›
- Constructors ›
- Premium ›
- BoostsList
BoostsList
---types--- premium.boostsList#86f8613c count:int boosts:Vector<Boost> next_offset:flags.0?string users:Vector<User> = premium.BoostsList
Belongs to
| premium.BoostsList |
In Rust this constructor is a variant of the enums::premium.BoostsList enum.
Match on it with: if let enums::premium.BoostsList::BoostsList(v) = result { ... }