StarGiftAuctionState#

class pyrogram.raw.base.StarGiftAuctionState#

State of a collectible gift auction: active/pending, finished, or unchanged with respect to a locally cached version.

New collectible gift releases are distributed through Stars auctions held over several rounds.

Constructors:

This base type has 3 constructors available.

StarGiftAuctionState

Represents an active or pending auction.

StarGiftAuctionStateFinished

Represents a finished auction.

StarGiftAuctionStateNotModified

Returned only by auction methods (never by updates) if the passed version is equal to the remote auction.version, meaning auction information hasn't changed over the locally cached version.