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

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

Progressively encoded photosize

Constructors

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

Properties

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

Photo height

sizes: Array<number>

Sizes of progressive JPEG file prefixes, which can be used to preliminarily show the image.

type: string
w: number

Photo width

Static Properties

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