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>BotInlineMessageText_

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

Send a simple text message

Constructors

new
BotInlineMessageText_(params: { no_webpage?: true; invert_media?: true; message: string; entities?: Array<enums.MessageEntity>; reply_markup?: enums.ReplyMarkup; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
entities: Array<enums.MessageEntity>
optional
invert_media: true

If set, any eventual webpage preview will be shown on top of the message instead of at the bottom.

message: string

The message

optional
no_webpage: true

Disable webpage preview

optional
reply_markup: enums.ReplyMarkup

Inline keyboard

Static Properties

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