State of a collectible gift auction »: active/pending, finished, or unchanged with respect to a locally cached version.
starGiftAuctionStateNotModified#fe333952 = StarGiftAuctionState;
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;
starGiftAuctionStateFinished#7d967c3a start_date:int end_date:int average_price:long = StarGiftAuctionState;
| Constructor | Description |
|---|---|
| starGiftAuctionStateNotModified | Returned only by auction methods (never by updates) if the passed version is equal to the remote auction ».version, meaning auction information hasn't changed over the locally cached version. |
| starGiftAuctionState | Represents an active or pending auction ». |
| starGiftAuctionStateFinished | Represents a finished auction ». |
New collectible gift releases are distributed through Stars auctions held over several rounds.