Skip to main content
Module

x/mtkruto/mod.ts>tl.types.DocumentAttributeImageSize

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

Constructors

new
DocumentAttributeImageSize(params: { w: number; h: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
h: number
w: number

Static Properties

readonly
[paramDesc]: ParamDesc