- API ›
- Constructors ›
- StarsGiveawayOption
StarsGiveawayOption
---types--- starsGiveawayOption#94ce852a extended:flags.0?true default:flags.1?true stars:long yearly_boosts:int store_product:flags.2?string currency:string amount:long winners:Vector<StarsGiveawayWinnersOption> = StarsGiveawayOption
Belongs to
| StarsGiveawayOption |
In Rust this constructor is a variant of the enums::StarsGiveawayOption enum.
Match on it with: if let enums::StarsGiveawayOption::StarsGiveawayOption(v) = result { ... }