mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 04:07:20 +01:00
673 B
673 B
title | description |
---|---|
gameHighScores | Contains list of game high scores |
Constructor: gameHighScores
Contains list of game high scores
Attributes:
Name | Type | Required | Description |
---|---|---|---|
scores | Array of gameHighScore | Yes | List of game high scores |
Type: GameHighScores
Example:
$gameHighScores = ['_' => 'gameHighScores', 'scores' => [gameHighScore], ];
Or, if you're into Lua:
gameHighScores={_='gameHighScores', scores={gameHighScore}, }