- API ›
- Constructors ›
- PrepaidGiveaway
PrepaidGiveaway
---types--- prepaidGiveaway#b2539d54 id:long months:int quantity:int date:int = PrepaidGiveaway
Belongs to
| PrepaidGiveaway |
In Rust this constructor is a variant of the enums::PrepaidGiveaway enum.
Match on it with: if let enums::PrepaidGiveaway::PrepaidGiveaway(v) = result { ... }