Layer 227
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).

Gogram Example

// Creating StarGiftAuctionRoundObj constructor
obj := &tg.StarGiftAuctionRoundObj{
    Num: 42,
    Duration: 42,
}