Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/mod.ts>InlineQueryResultVideo

Cross-runtime JavaScript library for building Telegram clients
Latest
interface InlineQueryResultVideo
implements _InlineQueryResultBase, _InlineQueryResultCaptionCommon, _InlineQueryResultMessageContentReplyMarkupCommon
import { type InlineQueryResultVideo } from "https://deno.land/x/mtkruto@0.6.3/mod.ts";

Properties

type: "video"
title: string
optional
description: string
url: string
mimeType: string
thumbnailUrl: string
optional
width: number
optional
height: number
optional
videoDuration: number