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

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

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

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