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 Details

    • inlineMessageId

      public String inlineMessageId
      Inline message identifier.
    • userId

      public int userId
      User 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

      public GetInlineGameHighScores​(String inlineMessageId, int userId)
      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 - int User identifier.
    • GetInlineGameHighScores

      public GetInlineGameHighScores​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details