Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>messages_editInlineBotMessage_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_editInlineBotMessage_
extends Function_<boolean>
import { messages_editInlineBotMessage_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Edit an inline bot message

Constructors

new
messages_editInlineBotMessage_(params: { no_webpage?: true; invert_media?: true; id: enums.InputBotInlineMessageID; message?: string; media?: enums.InputMedia; reply_markup?: enums.ReplyMarkup; entities?: Array<enums.MessageEntity>; })

Properties

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

Sent inline message ID

optional
invert_media: true

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

optional
media: enums.InputMedia

Media

optional
message: string

Message

optional
no_webpage: true

Disable webpage preview

optional
reply_markup: enums.ReplyMarkup

Reply markup for inline keyboards

Static Properties

__F: (params: { no_webpage?: true; invert_media?: true; id: enums.InputBotInlineMessageID; message?: string; media?: enums.InputMedia; reply_markup?: enums.ReplyMarkup; entities?: Array<enums.MessageEntity>; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc