Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias GetGameHighScores
import { type GetGameHighScores } from "https://deno.land/x/telegram_bot_api@0.4.0/src/types/games/methods.ts";
definition: (params: { user_id: number; chat_id?: number; message_id?: number; inline_message_id?: string; }) => Promise<GameHighScore[]>