Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/telegram_bot_api/mod.ts>GetFile

Deno Telegram bot API
Latest
type alias GetFile
Re-export
import { type GetFile } from "https://deno.land/x/telegram_bot_api@0.4.0/mod.ts";
definition: (params: { file_id: string; }) => Promise<File>