Module tdlight.api

Class TdApi.GameHighScore

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GameHighScore
Enclosing class:
TdApi

public static final class TdApi.GameHighScore extends TdApi.Object
Contains one row of the game high score table.
  • 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
      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 - int Position in the high score table.
      userId - long User identifier.
      score - int User score.
    • GameHighScore

      public GameHighScore(DataInput input) throws IOException
      Contains one row of the game high score table.
      Throws:
      IOException
  • Method Details