HighScore

class pyrogram.raw.base.HighScore

Game high score

Constructors:

This base type has 1 constructor available.

HighScore

Game highscore

TL Schema

highScore#73a379eb
pos:int
user_id:long
score:int

= HighScore

Parameter Tree

HighScore
├── posint
├── user_idlong
└── scoreint

Example

HighScore(
    pos=0,
    user_id=0,
    score=0,
)