Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias SetWebhook
Re-export
import { type SetWebhook } from "https://deno.land/x/telegram_bot_api@0.4.0/mod.ts";
definition: (params: FormData | { url: string; certificate?: InputFile; ip_address?: string; max_connections?: number; allowed_updates?: string[]; drop_pending_updates?: boolean; }) => Promise<true>