HighScore
- class pyrogram.raw.base.HighScore
Game high score
- Constructors:
This base type has 1 constructor available.
Game highscore
TL Schema
highScore#73a379eb
pos:int
user_id:long
score:int
= HighScore
Parameter Tree
HighScore
├── pos →
int├── user_id →
long└── score →
intExample
HighScore(
pos=0,
user_id=0,
score=0,
)