Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias SendVideo
import { type SendVideo } from "https://deno.land/x/telegram_bot_api@0.4.0/src/types/common/methods.ts";
definition: (params: FormData | { chat_id: number | string; video: InputFile | string; duration?: number; width?: number; height?: number; thumb?: InputFile | string; caption?: string; parse_mode?: string; caption_entities?: MessageEntity[]; supports_streaming?: boolean; disable_notification?: boolean; reply_to_message_id?: number; allow_sending_without_reply?: boolean; reply_markup?: ; attachments?: Attachments; }) => Promise<Message>