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

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

Constructors

new
MessagesEditInlineBotMessage(params: { noWebpage?: true; id: types.TypeInputBotInlineMessageID; message?: string; media?: types.TypeInputMedia; replyMarkup?: types.TypeReplyMarkup; entities?: Array<types.TypeMessageEntity>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
entities: Array<types.TypeMessageEntity>
id: types.TypeInputBotInlineMessageID
optional
media: types.TypeInputMedia
optional
message: string
optional
noWebpage: true
optional
replyMarkup: types.TypeReplyMarkup

Static Properties

readonly
[paramDesc]: ParamDesc