Layer 227
UpdateStarGiftAuctionState
Contains updates to auction state, see here for more info on how to enable these updates.
constructor
updateStarGiftAuctionState#48e246c2 gift_id:long state:StarGiftAuctionState = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| GiftId | long | ID of the collectible gift currently being distributed in the auction. |
| State | StarGiftAuctionState | Auction state. |
Returns
UpdateGogram Example
// Creating UpdateStarGiftAuctionState constructor obj := &tg.UpdateStarGiftAuctionState{ GiftId: int64(1234567890), State: &tg.StarGiftAuctionState{}, }