mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
870 B
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
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]];