Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>UpdateDraftMessage_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateDraftMessage_
extends _Update_
import { UpdateDraftMessage_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Notifies a change of a message draft.

Constructors

new
UpdateDraftMessage_(params: { peer: enums.Peer; top_msg_id?: number; draft: enums.DraftMessage; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
draft: enums.DraftMessage

The draft

peer: enums.Peer

The peer to which the draft is associated

optional
top_msg_id: number

ID of the forum topic to which the draft is associated

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc