Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.UpdateDraftMessage
extends VirtualClass<{ peer: Api.TypePeer; topMsgId?: int; draft: Api.TypeDraftMessage; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { UpdateDraftMessage } = tl.Api;

Properties

className: "UpdateDraftMessage"
classType: "constructor"
CONSTRUCTOR_ID: 457829485
draft: Api.TypeDraftMessage
peer: Api.TypePeer
SUBCLASS_OF_ID: 2676568142
optional
topMsgId: int

Static Methods

fromReader(reader: Reader): UpdateDraftMessage