method Client.prototype.forwardMessagesimport { Client } from "https://deno.land/x/mtkruto@0.1.118/mod.ts"; forwardMessages(from: ChatID,to: ChatID,messageIds: number[],params?: ForwardMessagesParams,): Promise<Message[]>Forward multiple messages. Parametersfrom: ChatIDThe identifier of the chat to forward the messages from. to: ChatIDThe identifier of the chat to forward the messages to. messageIds: number[]The identifiers of the messages to forward. optionalparams: ForwardMessagesParamsReturnsPromise<Message[]>The forwarded messages.