Package org.drinkless.tdlib
Class TdApi.AuctionRound
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.AuctionRound
- Enclosing class:
- TdApi
Describes a round of an auction.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intDuration of the round, in seconds.intThe number of seconds for which the round will be extended if there are changes in the top winners.int1-based number of the round.intThe number of top winners who trigger round extension if changed. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a round of an auction.AuctionRound(int number, int duration, int extendTime, int topWinnerCount) Describes a round of an auction. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
number
public int number1-based number of the round. -
duration
public int durationDuration of the round, in seconds. -
extendTime
public int extendTimeThe number of seconds for which the round will be extended if there are changes in the top winners. -
topWinnerCount
public int topWinnerCountThe number of top winners who trigger round extension if changed. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
AuctionRound
public AuctionRound()Describes a round of an auction. -
AuctionRound
public AuctionRound(int number, int duration, int extendTime, int topWinnerCount) Describes a round of an auction.- Parameters:
number- 1-based number of the round.duration- Duration of the round, in seconds.extendTime- The number of seconds for which the round will be extended if there are changes in the top winners.topWinnerCount- The number of top winners who trigger round extension if changed.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-