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

Parameters

Name Type Description
GiftId long

Gogram Example

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