Skip to main content

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

NameTypeRequiredDescription
GiftIDint64yesID of the collectible gift » currently being distributed in the auction.
UserStateStarGiftAuctionUserStateyesAuction state related to the current user (i.e. info about placed bids, won gifts and so on).

References