Describes a collectible gift auction ».
payments.starGiftAuctionState#6b39f4ec gift:StarGift state:StarGiftAuctionState user_state:StarGiftAuctionUserState timeout:int users:Vector<User> chats:Vector<Chat> = payments.StarGiftAuctionState;
| Name | Type | Description |
|---|---|---|
| gift | StarGift | The gift currently being distributed in the auction. |
| state | StarGiftAuctionState | Auction state. |
| user_state | StarGiftAuctionUserState | Auction state related to the current user (i.e. info about placed bids, won gifts, and so on). |
| timeout | int | Re-invoke the payments.getStarGiftAuctionState method after timeout seconds to keep receiving auction updates, see here » for more info on the full flow. |
| users | Vector<User> | Mentioned users |
| chats | Vector<Chat> | Mentioned chats |
Returns info about a collectible gift auction »; also subscribes the user to auction updates, see here » for more info on the full flow.