Layer 224
InputStarGiftAuctionObj
Star gift auction identifier
constructor
inputStarGiftAuction#2e16c98 gift_id:long = InputStarGiftAuction;
Parameters
| Name | Type | Description |
|---|---|---|
| GiftId | long | Gift ID |
Returns
InputStarGiftAuctionGogram Example
// Creating InputStarGiftAuctionObj constructor obj := &tg.InputStarGiftAuctionObj{ GiftId: int64(1234567890), }