Skip to main content
Module

x/mtkruto/mod.ts>ForwardMessagesParams

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface ForwardMessagesParams
implements Omit<_SendCommon, "replyToMessageId" | "replyMarkup">
Re-export
import { type ForwardMessagesParams } from "https://deno.land/x/mtkruto@0.1.702/mod.ts";

Properties

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.