StarGiftAuctionUserState

class pyrogram.types.StarGiftAuctionUserState

Represents a user’s state in a star gift auction.

Parameters:
  • acquired_count (int) – Number of gifts acquired.

  • returned (bool, optional) – Whether the bid was returned.

  • bid_amount (int, optional) – Current bid amount.

  • bid_date (datetime, optional) – Date of the bid.

  • min_bid_amount (int, optional) – Minimum bid amount required.

  • bid_peer (Chat, optional) – Peer who placed the bid.