payments.starGiftAuctionState
Describes a collectible gift auction ».
type tg.PaymentsStarGiftAuctionState struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Gift | StarGiftClass | yes | The 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). |
Timeout | int | yes | Re-invoke the payments.getStarGiftAuctionState method after timeout seconds to keep receiving auction updates, see here » for more info on the full flow. |
Users | []UserClass | yes | Mentioned users |
Chats | []ChatClass | yes | Mentioned chats |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
payments.starGiftAuctionState#6b39f4ec