AuctionRound

class pyrogram.types.AuctionRound

Describes a round of an auction.

Parameters:
  • number (int) – 1-based number of the round.

  • duration (int) – Duration of the round in seconds.

  • extend_time (int, optional) – The number of seconds for which the round will be extended if there are changes in the top winners.

  • top_winner_count (int, optional) – The number of top winners who trigger round extension if changed.