GameHighScore
This object represents one row of the high scores table for a game.
fields
| field | type | required | description |
|---|---|---|---|
position | number | required | Position in high score table for the game |
user | User | required | User |
score | number | required | Score |
import
import type { GameHighScore } from "@yaebal/types";used by
methods
official Bot API docs: https://core.telegram.org/bots/api/#gamehighscore