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

870 B

title description nav_exclude image redirect_from
messages.highScores Highscores in a game true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/messages_highScores.html

Constructor: messages.highScores

Back to constructors index

Highscores in a game

Attributes:

Name Type Required Description
scores Array of HighScore Yes Highscores
users Array of User Yes Users, associated to the highscores

Type: messages.HighScores

Example:

$messages_highScores = ['_' => 'messages.highScores', 'scores' => [HighScore, HighScore], 'users' => [User, User]];