updateStarGiftAuctionUserState
Contains updates to auction state related to the current user, see here » for more info on how to enable these updates.
type tg.UpdateStarGiftAuctionUserState struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
GiftID | int64 | yes | ID of the collectible gift » currently being distributed in the auction. |
UserState | StarGiftAuctionUserState | yes | Auction state related to the current user (i.e. info about placed bids, won gifts and so on). |
References
- Official documentation
- Generated Go reference
- TL definition:
updateStarGiftAuctionUserState#dc58f31e