Skip to main content
Module

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

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

Properties

className: "ChatPhoto"
classType: "constructor"
CONSTRUCTOR_ID: 476978193
dcId: int
optional
hasVideo: boolean
photoId: long
optional
strippedThumb: bytes
SUBCLASS_OF_ID: 2889794789

Static Methods

fromReader(reader: Reader): ChatPhoto