method Client.prototype.forwardMessageimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; forwardMessage(from: ID,to: ID,messageId: number,params?: ForwardMessagesParams,): Promise<Message>Forward a single message. Parametersfrom: IDThe identifier of the chat to forward the message from. to: IDThe identifier of the chat to forward the message to. messageId: numberThe identifier of the message to forward. optionalparams: ForwardMessagesParamsReturnsPromise<Message>The forwarded message.