Class TdApi.GameHighScore

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

public static 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 int userId
      User identifier.
    • score

      public int score
      User score.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GameHighScore

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

      public GameHighScore​(int position, int userId, int score)
      Contains one row of the game high score table.
      Parameters:
      position - int Position in the high score table.
      userId - int User identifier.
      score - int User score.
    • GameHighScore

      public GameHighScore​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details