Skip to main content
Module

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

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class DraftMessage
import { DraftMessage } from "https://deno.land/x/mtkruto@0.1.117/tl/2_types.ts";

Constructors

new
DraftMessage(params: { noWebpage?: true; invertMedia?: true; replyTo?: TypeInputReplyTo; message: string; entities?: Array<TypeMessageEntity>; media?: TypeInputMedia; date: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
date: number
optional
entities: Array<TypeMessageEntity>
optional
invertMedia: true
optional
media: TypeInputMedia
message: string
optional
noWebpage: true
optional
replyTo: TypeInputReplyTo

Static Properties

readonly
[paramDesc]: ParamDesc