- Enclosing class:
- TdApi
public static final class TdApi.GetInlineGameHighScores
extends TdApi.Function<TdApi.GameHighScores>
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
Modifier and TypeFieldDescriptionstatic final int
Inline message identifier.long
User identifier. -
Constructor Summary
ConstructorDescriptionReturns game high scores and some part of the high score table in the range of the specified user; for bots only.GetInlineGameHighScores
(DataInput input) Returns game high scores and some part of the high score table in the range of the specified user; for bots only.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
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:
-
-
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
Returns game high scores and some part of the high score table in the range of the specified user; for bots only.Returns
GameHighScores
- 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()
-