method Client.prototype.sendScheduledMessagesimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendScheduledMessages(chatId: ID, messageIds: number[]): Promise<Message[]>Send multiple scheduled messages before their schedule. ParameterschatId: IDThe identifier of the chat that contains the scheduled messages. messageIds: number[]The identifiers of the scheduled messages to send. ReturnsPromise<Message[]>