Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias GetFile
import { type GetFile } from "https://deno.land/x/telegram_bot_api@0.4.0/src/types/common/methods.ts";
definition: (params: { file_id: string; }) => Promise<File>