Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.InputMediaPhoto
extends VirtualClass<{ id: Api.TypeInputPhoto; ttlSeconds?: int; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { InputMediaPhoto } = tl.Api;

Properties

className: "InputMediaPhoto"
classType: "constructor"
CONSTRUCTOR_ID: 3015312949
id: Api.TypeInputPhoto
SUBCLASS_OF_ID: 4210575092
optional
ttlSeconds: int

Static Methods

fromReader(reader: Reader): InputMediaPhoto