Layer 227
StarGiftAuctionRoundObj
Describes one or more collectible gift auction rounds.
constructor
starGiftAuctionRound#3aae0528 num:int duration:int = StarGiftAuctionRound;
Parameters
| Name | Type | Description |
|---|---|---|
| Num | int | This object describes all rounds starting from num up until next. num-1 inclusively ( next is the next Star Gift Auction Round ). |
| Duration | int | Duration in seconds of the round(s). |
Returns
StarGiftAuctionRoundGogram Example
// Creating StarGiftAuctionRoundObj constructor obj := &tg.StarGiftAuctionRoundObj{ Num: 42, Duration: 42, }