starGiftAuctionRound
Describes one or more collectible gift auction rounds ».
type tg.StarGiftAuctionRound 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). |
References
- Official documentation
- Generated Go reference
- TL definition:
starGiftAuctionRound#3aae0528