mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
733 B
733 B
title | description | nav_exclude | image |
---|---|---|---|
highScore | Game highscore | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: highScore
Game highscore
Attributes:
Name | Type | Required | Description |
---|---|---|---|
pos | int | Yes | Position in highscore list |
user_id | long | Yes | User ID |
score | int | Yes | Score |
Type: HighScore
Example:
$highScore = ['_' => 'highScore', 'pos' => int, 'user_id' => long, 'score' => int];