Describes a collectible gift auction ».
Oluşturucu şeması 220 katmanından itibaren kullanılabilir. Geçiş Yap»
| 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.