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

x/mtkruto/mod.ts>ForwardMessagesParams

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface ForwardMessagesParams
import { type ForwardMessagesParams } from "https://deno.land/x/mtkruto@0.0.989/mod.ts";

Properties

optional
messageThreadId: number
optional
disableNotification: boolean

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

optional
protectContent: boolean

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

optional
sendAs: ChatID

The identifier of the chat to forward the message on behalf of.

optional
dropSenderName: boolean

Whether to not include the original sender of the message that is going to be forwarded.

optional
dropCaption: boolean

Whether to not include the original caption of the message that is going to be forwarded.