Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>DocumentAttributeVideo

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class DocumentAttributeVideo
import { DocumentAttributeVideo } from "https://deno.land/x/mtkruto@0.0.989/tl/2_types.ts";

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