Skip to main content
Module

x/mtkruto/mod.ts>types.MessageExtendedMediaPreview

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

Constructors

new
MessageExtendedMediaPreview(params?: { w?: number; h?: number; thumb?: TypePhotoSize; videoDuration?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
h: number
optional
thumb: TypePhotoSize
optional
videoDuration: number
optional
w: number

Static Properties

readonly
[paramDesc]: ParamDesc