starGiftAuctionState#5db04f4b version:int start_date:int end_date:int min_bid_amount:long bid_levels:Vector<AuctionBidLevel> top_bidders:Vector<long> next_round_at:int gifts_left:int current_round:int total_rounds:int = StarGiftAuctionState;
| Name | Type | Description |
|---|---|---|
| version | int | |
| start_date | int | |
| end_date | int | |
| min_bid_amount | long | |
| bid_levels | Vector<AuctionBidLevel> | |
| top_bidders | Vector<long> | |
| next_round_at | int | |
| last_gift_num | int | |
| gifts_left | int | |
| current_round | int | |
| total_rounds | int | |
| rounds | Vector<StarGiftAuctionRound> |