Class TdApi.GameHighScore

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.GameHighScore
Enclosing class:
TdApi

public static class TdApi.GameHighScore extends TdApi.Object
Contains one row of the game high score table.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    int
    Position in the high score table.
    int
    User score.
    long
    User identifier.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Contains one row of the game high score table.
    GameHighScore(int position, long userId, int score)
    Contains one row of the game high score table.
  • 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.Object

    toString

    Methods inherited from class java.lang.Object

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

    • position

      public int position
      Position in the high score table.
    • userId

      public long userId
      User identifier.
    • score

      public int score
      User score.
    • CONSTRUCTOR

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

    • GameHighScore

      public GameHighScore()
      Contains one row of the game high score table.
    • GameHighScore

      public GameHighScore(int position, long userId, int score)
      Contains one row of the game high score table.
      Parameters:
      position - Position in the high score table.
      userId - User identifier.
      score - User score.
  • 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