public static class TdApi.GameHighScores extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.GameHighScore[] |
scores
A list of game high scores.
|
Constructor and Description |
---|
GameHighScores()
Contains a list of game high scores.
|
GameHighScores(TdApi.GameHighScore[] scores)
Contains a list of game high scores.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.GameHighScore[] scores
public static final int CONSTRUCTOR
public GameHighScores()
public GameHighScores(TdApi.GameHighScore[] scores)
scores
- A list of game high scores.public int getConstructor()
getConstructor
in class TdApi.Object