GameHighScore¶
- class pyrogram.types.GameHighScore
Bases:
ObjectOne 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.
Bases: Object
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.