java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GameHighScore
- Enclosing class:
- TdApi
Contains one row of the game high score table.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intintPosition 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.GameHighScore(DataInput input) Contains one row of the game high score table. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, 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 CONSTRUCTOR- 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- int Position in the high score table.userId- long User identifier.score- int User score.
-
GameHighScore
Contains one row of the game high score table.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-