GameHighScore
- class pyrogram.types.GameHighScore
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.
One row of the high scores table for a game.
user (User
) – User.
score (int
) – Score.
position (int
, optional) – Position in high score table for the game.