GameHighScore#

class hydrogram.types.GameHighScore[source]#

One row of the high scores table for a game.

Parameters:
  • user (User) – User.

  • score (int) – Score.

  • position (int, optional) – Position in high score table for the game.