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

x/mtkruto/client/0_params.ts>EditMessageParams

Cross-runtime JavaScript library for building Telegram clients
Latest
interface EditMessageParams
import { type EditMessageParams } from "https://deno.land/x/mtkruto@0.2.24/client/0_params.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.