Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias SendVideoNote
Re-export
import { type SendVideoNote } from "https://deno.land/x/telegram_bot_api@0.4.0/mod.ts";
definition: (params: FormData | { chat_id: number | string; video_note: InputFile | string; duration?: number; length?: number; thumb?: InputFile | string; disable_notification?: boolean; reply_to_message_id?: number; allow_sending_without_reply?: boolean; reply_markup?: ; attachments?: Attachments; }) => Promise<Message>