Skip to main content
Module

x/mtkruto/mod.ts>EditMessageParams

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface EditMessageParams
Re-export
import { type EditMessageParams } from "https://deno.land/x/mtkruto@0.1.132/mod.ts";

Properties

optional
parseMode: ParseMode

The parse mode to use. If not provided, the default parse mode will be used.

optional
entities: MessageEntity[]

The message's entities.

optional
disableWebPagePreview: boolean

Whether to disable web page previews in the message that is to be edited.

The reply markup of the message. Bot-only.