Skip to main content
Module

x/mtkruto/mod.ts>types.DraftMessage

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

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