- API ›
- Constructors ›
- StarGiftAuctionUserState
StarGiftAuctionUserState
---types--- starGiftAuctionUserState#2eeed1c4 returned:flags.1?true bid_amount:flags.0?long bid_date:flags.0?int min_bid_amount:flags.0?long bid_peer:flags.0?Peer acquired_count:int = StarGiftAuctionUserState
Belongs to
| StarGiftAuctionUserState |
In Rust this constructor is a variant of the enums::StarGiftAuctionUserState enum.
Match on it with: if let enums::StarGiftAuctionUserState::StarGiftAuctionUserState(v) = result { ... }