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

x/mtkruto/mod.ts>SendVideoParams

Cross-runtime JavaScript library for building Telegram clients
Latest
interface SendVideoParams
implements _CaptionCommon, _ThumbnailCommon, _SpoilCommon, _UploadCommon, _SendCommon, _StarCount
Re-export
import { type SendVideoParams } from "https://deno.land/x/mtkruto@0.6.3/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.

optional
selfDestruct: SelfDestructOption

The video's self-destruct preference.