MadelineProtoDocs/docs/API_docs/constructors/highScore.md

719 B

title description image
highScore High score https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: highScore

Back to constructors index

High score

Attributes:

Name Type Required Description
pos int Yes Pos
user_id int Yes User ID
score int Yes Score

Type: HighScore

Example:

$highScore = ['_' => 'highScore', 'pos' => int, 'user_id' => int, 'score' => int];

Or, if you're into Lua:

highScore={_='highScore', pos=int, user_id=int, score=int}