Layer 227
InputStarGiftAuctionObj
Used to fetch auctions using the ID of the linked collectible gift.
constructor
inputStarGiftAuction#2e16c98 gift_id:long = InputStarGiftAuction;
Parameters
| Name | Type | Description |
|---|---|---|
| GiftId | long | Collectible gift ID |
Returns
InputStarGiftAuctionGogram Example
// Creating InputStarGiftAuctionObj constructor obj := &tg.InputStarGiftAuctionObj{ GiftId: int64(1234567890), }