starGiftAuctionRoundExtendable
Describes one or more extendable collectible gift auction rounds ».
type tg.StarGiftAuctionRoundExtendable struct { /* ... */ }
Implements StarGiftAuctionRound.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Num | int | yes | This object describes all rounds starting from num up until next.num-1 inclusively (next is the next StarGiftAuctionRound). |
Duration | int | yes | Duration in seconds of the round(s). |
ExtendTop | int | yes | The round(s) will be extended by extend_window if a bid changes the composition/order of the top extend_top bidders. |
ExtendWindow | int | yes | The round(s) will be extended by this many seconds if a bid changes the composition/order of the top extend_top bidders. |
References
- Official documentation
- Generated Go reference
- TL definition:
starGiftAuctionRoundExtendable#aa021e5