GiftAuctionState

class pyrogram.types.GiftAuctionState[source]

Represent auction state of a gift.

Parameters:
  • gift (Gift) – The gift.

  • state (AuctionState) – Auction state of the gift.

  • raw (StarGiftAuctionState, optional) – The raw object as received from the server.