method Client.prototype.sendScheduledMessageimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendScheduledMessage(chatId: ID, messageId: number): Promise<Message>Send a scheduled message before its schedule. ParameterschatId: IDThe identifier of the chat that contains the scheduled message. messageId: numberThe identifier of the scheduled message to send. ReturnsPromise<Message>