- API ›
- Constructors ›
- Boost
Boost
---types--- boost#4b3e14d6 gift:flags.1?true giveaway:flags.2?true unclaimed:flags.3?true id:string user_id:flags.0?long giveaway_msg_id:flags.2?int date:int expires:int used_gift_slug:flags.4?string multiplier:flags.5?int stars:flags.6?long = Boost
Belongs to
| Boost |
In Rust this constructor is a variant of the enums::Boost enum.
Match on it with: if let enums::Boost::Boost(v) = result { ... }