Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.InputPhoto
extends VirtualClass<{ id: long; accessHash: long; fileReference: bytes; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { InputPhoto } = tl.Api;

Properties

accessHash: long
className: "InputPhoto"
classType: "constructor"
CONSTRUCTOR_ID: 1001634122
fileReference: bytes
id: long
SUBCLASS_OF_ID: 2221106144

Static Methods

fromReader(reader: Reader): InputPhoto