Skip to main content
Module

x/mtkruto/mod.ts>types.PhotoStrippedSize

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

Constructors

new
PhotoStrippedSize(params: { type: string; bytes: Uint8Array; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc