Layer 224
constructor
inputStarGiftAuction#2e16c98 gift_id:long = InputStarGiftAuction;

Parameters

Name Type Description
GiftId long Gift ID

Gogram Example

// Creating InputStarGiftAuctionObj constructor
obj := &tg.InputStarGiftAuctionObj{
    GiftId: int64(1234567890),
}