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>DocumentAttributeImageSize_

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

Defines the width and height of an image uploaded as document

Constructors

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

Properties

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

Height of image

w: number

Width of image

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc