Skip to content

AuctionRound

Type · TDLib 1.8.67 · d1085f9c

Describes a round of an auction

AuctionRound(
  number: int32,
  duration: int32,
  extend_time: int32,
  top_winner_count: int32
) → AuctionRound

number

int32

1-based number of the round

duration

int32

Duration of the round, in seconds

extend_time

int32

The number of seconds for which the round will be extended if there are changes in the top winners

top_winner_count

int32

The number of top winners who trigger round extension if changed