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

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface SendMessageParams
implements _SendCommon
import { type SendMessageParams } from "https://deno.land/x/mtkruto@0.1.147/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
disableWebPagePreview: boolean

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