telegram api constructor · layer 229 · #771a4e66
starGiftAuctionState
definition
starGiftAuctionState#771a4e66 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> = StarGiftAuctionState;
parameters
| 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> |
type
StarGiftAuctionState · other constructors: starGiftAuctionStateNotModified, starGiftAuctionStateFinished
history
present in layers 218–229 · constructor id changed 1×
| id | layers |
|---|---|
| #5db04f4b | 218–219 |
| #771a4e66 | 220–229 |