AuctionBidLevel

class pyrogram.types.AuctionBidLevel

Represents an auction bid level.

Parameters:
  • position (int) – Bid position.

  • amount (int) – Bid amount.

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