import { Api } from "https://dotland.deno.dev/x/grammy@v1.31.0/mod.ts";
Use this method to forward multiple messages of any kind. If some of the specified messages can't be found or forwarded, they are skipped. Service messages and messages with protected content can't be forwarded. Album grouping is kept for forwarded messages. On success, an array of MessageId of the sent messages is returned.
Parameters
Unique identifier for the target chat or username of the target channel (in the format @channelusername)
Unique identifier for the chat where the original messages were sent (or channel username in the format @channelusername)
A list of 1-100 identifiers of messages in the chat from_chat_id to forward. The identifiers must be specified in a strictly increasing order.
Optional AbortSignal
to cancel the request
Official reference: https://core.telegram.org/bots/api#forwardmessages