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

Cross-runtime JavaScript library for building Telegram clients
Latest
interface _SendCommon
import { type _SendCommon } from "https://deno.land/x/mtkruto@0.2.24/client/0_params.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 a chat to send the message on behalf of. User-only.

optional
messageEffectId: number