Skip to main content
Module

x/grm/mod.ts>Api.photos.Photos

MTProto API Client for Deno 🦕
Go to Latest
class Api.photos.Photos
extends VirtualClass<{ photos: Api.TypePhoto[]; users: Api.TypeUser[]; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { Photos } = Api.photos;

Properties

className: "photos.Photos"
classType: "constructor"
CONSTRUCTOR_ID: 2378853029
photos: Api.TypePhoto[]
SUBCLASS_OF_ID: 667924839
users: Api.TypeUser[]

Static Methods

fromReader(reader: Reader): Photos