- API ›
- Constructors ›
- StarGiftAuctionRoundExtendable
StarGiftAuctionRoundExtendable
---types--- starGiftAuctionRoundExtendable#0aa021e5 num:int duration:int extend_top:int extend_window:int = StarGiftAuctionRound
Belongs to
| StarGiftAuctionRound |
In Rust this constructor is a variant of the enums::StarGiftAuctionRound enum.
Match on it with: if let enums::StarGiftAuctionRound::StarGiftAuctionRoundExtendable(v) = result { ... }