HighScore
- class pyrogram.raw.types.HighScore
Game highscore
Constructor of
HighScore.- Details:
Layer:
223ID:
73A379EB
- Parameters:
pos (
int32-bit) – Position in highscore listuser_id (
int64-bit) – User IDscore (
int32-bit) – Score
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,
)