Module

x/grammy/types.ts>GameHighScore

The Telegram Bot Framework.
Very Popular
Go to Latest
interface GameHighScore
import { type GameHighScore } from "https://dotland.deno.dev/x/grammy@v1.21.2/types.ts";

This object represents one row of the high scores table for a game.

Properties

position: number

Position in high score table for the game

user: User

User

score: number

Score

import GameHighScore
import { GameHighScore } from "https://dotland.deno.dev/x/grammy@v1.21.2/types.ts";