Skip to main content
Module

x/mtkruto/mod.ts>types.PhotoCachedSize

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

Constructors

new
PhotoCachedSize(params: { type: string; w: number; h: number; bytes: Uint8Array; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc