Skip to main content
Module

x/mtkruto/mod.ts>types.PhotoSize

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

Constructors

new
PhotoSize(params: { type: string; w: number; h: number; size: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
h: number
size: number
type: string
w: number

Static Properties

readonly
[paramDesc]: ParamDesc