AuctionStateActive

class pyrogram.types.AuctionStateActive

Contains information about an ongoing auction.

Parameters:
  • start_date (datetime) – Date the action was started.

  • end_date (datetime) – Date the action will be ended.

  • min_bid (int) – The minimum possible bid in the auction in Telegram Stars.

  • bid_levels (List of AuctionBid) – A sparse list of bids that were made in the auction.

  • top_bidder_user_ids (List of int) – User identifiers of at most 3 users with the biggest bids.

  • rounds (List of AuctionRound) – Rounds of the auction in which their duration or extension rules are changed.

  • current_round_end_date (datetime) – Date when the current round will end.

  • current_round_number (int) – 1-based number of the current round.

  • total_round_count (int) – The total number of rounds.

  • left_item_count (int) – The number of items that have to be distributed on the auction.