Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesSaveDraft

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

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