Package it.tdlight.jni
Class TdApi.GetInlineGameHighScores
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetInlineGameHighScores
- Enclosing class:
- TdApi
public static class TdApi.GetInlineGameHighScores extends TdApi.Function
Returns game high scores and some part
of the high score table in the range
of the specified user; for bots only.
Returns GameHighScores
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
inlineMessageId
Inline message identifier.long
userId
User identifier. -
Constructor Summary
Constructors Constructor Description GetInlineGameHighScores()
Returns game high scores and some part of the high score table in the range of the specified user; for bots only.GetInlineGameHighScores(DataInput input)
GetInlineGameHighScores(String inlineMessageId, long userId)
Returns game high scores and some part of the high score table in the range of the specified user; for bots only. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
inlineMessageId
Inline message identifier. -
userId
public long userIdUser identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetInlineGameHighScores
public GetInlineGameHighScores()Returns game high scores and some part of the high score table in the range of the specified user; for bots only.Returns
GameHighScores
-
GetInlineGameHighScores
Returns game high scores and some part of the high score table in the range of the specified user; for bots only.Returns
GameHighScores
- Parameters:
inlineMessageId
- String Inline message identifier.userId
- long User identifier.
-
GetInlineGameHighScores
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-