Module tdlight.api

Class TdApi.GetInlineGameHighScores

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 Details

    • inlineMessageId

      public String inlineMessageId
      Inline message identifier.
    • userId

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

      public 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. Returns GameHighScores
      Parameters:
      inlineMessageId - String Inline message identifier.
      userId - long User identifier.
    • GetInlineGameHighScores

      public GetInlineGameHighScores(DataInput input) throws IOException
      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