Class TdApi.GetGameHighScores

Enclosing class:
TdApi

public static class TdApi.GetGameHighScores extends TdApi.Function<TdApi.GameHighScores>
Returns the high scores for a game 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
    long
    The chat that contains the message with the game.
    static final int
    Identifier uniquely determining type of the object.
    long
    Identifier of the message.
    long
    User identifier.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which returns the high scores for a game and some part of the high score table in the range of the specified user; for bots only.
    GetGameHighScores(long chatId, long messageId, long userId)
    Creates a function, which returns the high scores for a game 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
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • chatId

      public long chatId
      The chat that contains the message with the game.
    • messageId

      public long messageId
      Identifier of the message.
    • userId

      public long userId
      User identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetGameHighScores

      public GetGameHighScores()
      Default constructor for a function, which returns the high scores for a game and some part of the high score table in the range of the specified user; for bots only.

      Returns GameHighScores

    • GetGameHighScores

      public GetGameHighScores(long chatId, long messageId, long userId)
      Creates a function, which returns the high scores for a game and some part of the high score table in the range of the specified user; for bots only.

      Returns GameHighScores

      Parameters:
      chatId - The chat that contains the message with the game.
      messageId - Identifier of the message.
      userId - User identifier.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR