MadelineProto/old_docs/API_docs_v65/constructors/highScore.md
Daniil Gentili 1eb2fc0b4f fix
2017-04-21 13:27:04 +02:00

616 B

title description
highScore highScore attributes, type and example

Constructor: highScore

Back to constructors index

Attributes:

Name Type Required
pos int Yes
user_id int Yes
score int Yes

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, }