telegram.GameHighScore

class telegram.GameHighScore(position, user, score)

Bases: telegram.base.TelegramObject

This object represents one row of the high scores table for a game.

position

int – Position in high score table for the game.

user

telegram.User – User.

score

int – Score.

Parameters:
  • position (int) – Position in high score table for the game.
  • user (telegram.User) – User.
  • score (int) – Score.