GramIO API Reference / gramio/dist / TelegramGameHighScore
Interface: TelegramGameHighScore
Defined in: @gramio/types/out/objects.d.ts:11478
This object represents one row of the high scores table for a game.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
position | number | Position in high score table for the game | @gramio/types/out/objects.d.ts:11482 |
score | number | Score | @gramio/types/out/objects.d.ts:11490 |
user | TelegramUser | User | @gramio/types/out/objects.d.ts:11486 |