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