Skip to main content
Module

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

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

Properties

className: "MessageActionChatEditPhoto"
classType: "constructor"
CONSTRUCTOR_ID: 2144015272
photo: Api.TypePhoto
SUBCLASS_OF_ID: 2256589094

Static Methods

fromReader(reader: Reader): MessageActionChatEditPhoto