Skip to main content
Module

x/mtkruto/mod.ts>_SendCommon

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

Properties

optional
disableNotification: boolean

Whether to send the message in a silent way without making a sound on the recipients' clients.

optional
protectContent: boolean

Whether to protect the contents of the message from copying and forwarding.

optional
replyToMessageId: number

The identifier of a message to reply to.

optional
replyQuote: ReplyQuote

A specific part of the replying message's text to quote.

optional
messageThreadId: number

The identifier of a thread to send the message to.

optional
sendAs: ID

The identifier of the chat to send the message on behalf of. User-only.

optional
replyMarkup: ReplyMarkup

The reply markup of the message. Bot-only.