updateStarGiftAuctionState
Contains updates to auction state, see here » for more info on how to enable these updates.
type tg.UpdateStarGiftAuctionState struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
GiftID | int64 | yes | ID of the collectible gift » currently being distributed in the auction. |
State | StarGiftAuctionStateClass | yes | Auction state. |
References
- Official documentation
- Generated Go reference
- TL definition:
updateStarGiftAuctionState#48e246c2