Skip to main content
Module

x/mtkruto/3_types.ts>InlineQueryResultCachedVideo

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface InlineQueryResultCachedVideo
Re-export
import { type InlineQueryResultCachedVideo } from "https://deno.land/x/mtkruto@0.0.999/3_types.ts";

Properties

type: "video"
id: string
videoFileId: string
title: string
optional
description: string
optional
caption: string
optional
parseMode: ParseMode
optional
captionEntities: MessageEntity[]
optional
replyMarkup: InlineKeyboardMarkup
optional
inputMessageContent: InputMessageContent