Skip to main content
Module

x/mtkruto/mod.ts>SendVideoParams

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface SendVideoParams
implements _CaptionCommon, _ThumbnailCommon, _SpoilCommon, _UploadCommon, _SendCommon
Re-export
import { type SendVideoParams } from "https://deno.land/x/mtkruto@0.1.161/mod.ts";

Properties

optional
duration: number

The duration of the video in seconds.

optional
width: number

The width of the photo in pixels.

optional
height: number

The height of the photo in pixels.

optional
supportsStreaming: boolean

Whether the video is suitable for streaming.