Skip to main content
Module

x/mtkruto/mod.ts>ForwardMessagesParams

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface ForwardMessagesParams
Re-export
import { type ForwardMessagesParams } from "https://deno.land/x/mtkruto@0.1.119/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. User-only.

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.