public static class TdApi.GameHighScore extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
position
Position in the high score table.
|
int |
score
User score.
|
long |
userId
User identifier.
|
| Constructor and Description |
|---|
GameHighScore()
Contains one row of the game high score table.
|
GameHighScore(int position,
long userId,
int score)
Contains one row of the game high score table.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int position
public long userId
public int score
public static final int CONSTRUCTOR
public GameHighScore()
public GameHighScore(int position,
long userId,
int score)
position - Position in the high score table.userId - User identifier.score - User score.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object