Skip to main content
Module

x/mtkruto/mod.ts>types.DocumentAttributeVideo

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.DocumentAttributeVideo
import { types } from "https://deno.land/x/mtkruto@0.1.116/mod.ts";
const { DocumentAttributeVideo } = types;

Constructors

new
DocumentAttributeVideo(params: { roundMessage?: true; supportsStreaming?: true; nosound?: true; duration: number; w: number; h: number; preloadPrefixSize?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
duration: number
h: number
optional
nosound: true
optional
preloadPrefixSize: number
optional
roundMessage: true
optional
supportsStreaming: true
w: number

Static Properties

readonly
[paramDesc]: ParamDesc