StarGiftAuctionState

---types---
starGiftAuctionState#771a4e66 version:int start_date:date end_date:date 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> = StarGiftAuctionState

Belongs to

StarGiftAuctionState

This type can be an instance of either:

StarGiftAuctionStateStarGiftAuctionStateFinished
StarGiftAuctionStateNotModified

Members

versionint
start_datedate
end_datedate
min_bid_amountlong
bid_levelsAuctionBidLevelA list must be supplied.
top_bidderslongA list must be supplied.
next_round_atint
last_gift_numint
gifts_leftint
current_roundint
total_roundsint
roundsStarGiftAuctionRoundA list must be supplied.