- API ›
- Constructors ›
- Payments ›
- GiveawayInfoResults
GiveawayInfoResults
---types--- payments.giveawayInfoResults#e175e66f winner:flags.0?true refunded:flags.1?true start_date:int gift_code_slug:flags.3?string stars_prize:flags.4?long finish_date:int winners_count:int activated_count:flags.2?int = payments.GiveawayInfo
Belongs to
| payments.GiveawayInfo |
In Rust this constructor is a variant of the enums::payments.GiveawayInfo enum.
Match on it with: if let enums::payments.GiveawayInfo::GiveawayInfoResults(v) = result { ... }