Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.Photo
extends VirtualClass<{ hasStickers?: boolean; id: long; accessHash: long; fileReference: bytes; date: int; sizes: Api.TypePhotoSize[]; videoSizes?: Api.TypeVideoSize[]; dcId: int; }>
import { tl } from "https://deno.land/x/grm@0.6.0/mod.ts";
const { Photo } = tl.Api;

Properties

accessHash: long
className: "Photo"
classType: "constructor"
CONSTRUCTOR_ID: 4212750949
date: int
dcId: int
fileReference: bytes
optional
hasStickers: boolean
id: long
SUBCLASS_OF_ID: 3581324060
optional
videoSizes: Api.TypeVideoSize[]