Skip to main content
Module

x/mtkruto/mod.ts>types.PhotoSizeProgressive

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

Constructors

new
PhotoSizeProgressive(params: { type: string; w: number; h: number; sizes: Array<number>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
h: number
sizes: Array<number>
type: string
w: number

Static Properties

readonly
[paramDesc]: ParamDesc