Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias ForwardMessage
Re-export
import { type ForwardMessage } from "https://deno.land/x/telegram_bot_api@0.4.0/mod.ts";
definition: (params: { chat_id: number | string; from_chat_id: number | string; disable_notification?: boolean; message_id: number; }) => Promise<Message>