Skip to main content
Module

x/grm/mod.ts>tl.Api.PhotoSize

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.PhotoSize
extends VirtualClass<{ type: string; w: int; h: int; size: int; }>
import { tl } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { PhotoSize } = tl.Api;

Properties

className: "PhotoSize"
classType: "constructor"
CONSTRUCTOR_ID: 1976012384
h: int
size: int
SUBCLASS_OF_ID: 399256025
type: string
w: int