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>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.147/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.