Class TdApi.GameHighScore

  • Enclosing class:
    TdApi

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

      • 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:
        Constant Field Values
    • Constructor Detail

      • 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.