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