MadelineProtoDocs/docs/API_docs/constructors/messages_highScores.md

806 B

title description image
messages.highScores High scores https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messages.highScores

Back to constructors index

High scores

Attributes:

Name Type Required Description
scores Array of HighScore Yes Scores
users Array of User Yes Users

Type: messages_HighScores

Example:

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

Or, if you're into Lua:

messages_highScores={_='messages.highScores', scores={HighScore}, users={User}}