Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface InlineQueryResultVideo
import { type InlineQueryResultVideo } from "https://deno.land/x/telegram_bot_api@0.4.0/mod.ts";

Properties

type: string
id: string
video_url: string
mime_type: string
thumb_url: string
title: string
optional
caption: string
optional
parse_mode: string
optional
caption_entities: MessageEntity[]
optional
video_width: number
optional
video_height: number
optional
video_duration: number
optional
description: string
optional
reply_markup: InlineKeyboardMarkup
optional
input_message_content: InputMessageContent