Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias GetGameHighScores
Re-export
import { type GetGameHighScores } from "https://deno.land/x/telegram_bot_api@0.4.0/mod.ts";
definition: (params: { user_id: number; chat_id?: number; message_id?: number; inline_message_id?: string; }) => Promise<GameHighScore[]>