starGiftActiveAuctionState
Contains info about an auction where the user has placed a bid ».
type tg.StarGiftActiveAuctionState struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Gift | StarGiftClass | yes | The collectible gift » currently being distributed in the auction. |
State | StarGiftAuctionStateClass | yes | Auction state |
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:
starGiftActiveAuctionState#d31bc45d