Package org.drinkless.tdlib
Class TdApi.GameHighScore
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.GameHighScore
- Enclosing class:
- TdApi
Contains one row of the game high score table.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intPosition in the high score table.intUser score.longUser identifier. -
Constructor Summary
ConstructorsConstructorDescriptionContains one row of the game high score table.GameHighScore(int position, long userId, int score) Contains one row of the game high score table. -
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
-
position
public int positionPosition in the high score table. -
userId
public long userIdUser identifier. -
score
public int scoreUser score. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GameHighScore
public GameHighScore()Contains one row of the game high score table. -
GameHighScore
public GameHighScore(int position, long userId, int score) Contains one row of the game high score table.- Parameters:
position- Position in the high score table.userId- User identifier.score- User score.
-
-
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
-