- API ›
- Constructors ›
- MyBoost
MyBoost
---types--- myBoost#c448415c slot:int peer:flags.0?Peer date:int expires:int cooldown_until_date:flags.1?int = MyBoost
Belongs to
| MyBoost |
In Rust this constructor is a variant of the enums::MyBoost enum.
Match on it with: if let enums::MyBoost::MyBoost(v) = result { ... }