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

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

Send whatever media is attached to the botInlineMediaResult

Constructors

new
BotInlineMessageMediaAuto_(params: { 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

Caption

optional
reply_markup: enums.ReplyMarkup

Inline keyboard

Static Properties

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