Skip to main content
Module

x/mtkruto/mod.ts>EditMessageParams

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.156/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
linkPreview: LinkPreview

The message's link preview.

optional
replyMarkup: ReplyMarkup

The reply markup of the message. Bot-only.