Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.InputPeerPhotoFileLocation
extends VirtualClass<{ big?: boolean; peer: Api.TypeInputPeer; photoId: long; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { InputPeerPhotoFileLocation } = tl.Api;

Properties

optional
big: boolean
className: "InputPeerPhotoFileLocation"
classType: "constructor"
CONSTRUCTOR_ID: 925204121
peer: Api.TypeInputPeer
photoId: long
SUBCLASS_OF_ID: 354669666

Static Methods

fromReader(reader: Reader): InputPeerPhotoFileLocation