public static class TdApi.GetInlineGameHighScores extends TdApi.Function
Returns GameHighScores
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
inlineMessageId
Inline message identifier.
|
long |
userId
User identifier.
|
Constructor and Description |
---|
GetInlineGameHighScores()
Default constructor for a function, which returns game high scores and some part of the high score table in the range of the specified user; for bots only.
|
GetInlineGameHighScores(java.lang.String inlineMessageId,
long userId)
Creates a function, which returns game high scores and some part of the high score table in the range of the specified user; for bots only.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String inlineMessageId
public long userId
public static final int CONSTRUCTOR
public GetInlineGameHighScores()
Returns GameHighScores
public GetInlineGameHighScores(java.lang.String inlineMessageId, long userId)
Returns GameHighScores
inlineMessageId
- Inline message identifier.userId
- User identifier.public int getConstructor()
getConstructor
in class TdApi.Function