Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/client/0_params.ts>ForwardMessagesParams

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface ForwardMessagesParams
implements Omit<_SendCommon, "replyToMessageId" | "replyMarkup">
import { type ForwardMessagesParams } from "https://deno.land/x/mtkruto@0.1.157/client/0_params.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.