telegram.GameHighScore
- class telegram.GameHighScore(position, user, score)
Bases:
TelegramObject
This object represents one row of the high scores table for a game.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
position
,user
andscore
are equal.- Parameters
position (
int
) – Position in high score table for the game.user (
telegram.User
) – User.score (
int
) – Score.
- position
Position in high score table for the game.
- Type
int
- user
User.
- Type
- score
Score.
- Type
int
- classmethod de_json(data, bot)