Skip to main content
Module

x/mtkruto/mod.ts>SendMessageParams

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface SendMessageParams
implements _SendCommon
Re-export
import { type SendMessageParams } 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.