MadelineProtoDocs/docs/API_docs/constructors/highScore.md
2024-05-01 14:53:46 +02:00

733 B

title description nav_exclude image
highScore Game highscore true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: highScore

Back to constructors index

Game highscore

Attributes:

Name Type Required Description
pos int Yes Position in highscore list
user_id long Yes User ID
score int Yes Score

Type: HighScore

Example:

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