Constructor schema is available as of layer 220. Switch »
| 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> |