GramIO API Reference / gramio/dist / TelegramGameHighScore
Interface: TelegramGameHighScore
Defined in: @gramio/types/out/objects.d.ts:8775
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:8779 |
score | number | Score | @gramio/types/out/objects.d.ts:8787 |
user | TelegramUser | User | @gramio/types/out/objects.d.ts:8783 |