Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/tl/3_functions.ts>MessagesSaveDraft

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class MessagesSaveDraft
extends Function<boolean>
import { MessagesSaveDraft } from "https://deno.land/x/mtkruto@0.1.118/tl/3_functions.ts";

Constructors

new
MessagesSaveDraft(params: { noWebpage?: true; invertMedia?: true; replyTo?: types.TypeInputReplyTo; peer: types.TypeInputPeer; message: string; entities?: Array<types.TypeMessageEntity>; media?: types.TypeInputMedia; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
entities: Array<types.TypeMessageEntity>
optional
invertMedia: true
optional
media: types.TypeInputMedia
message: string
optional
noWebpage: true
peer: types.TypeInputPeer
optional
replyTo: types.TypeInputReplyTo

Static Properties

readonly
[paramDesc]: ParamDesc