method Client.prototype.deleteScheduledMessagesimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; deleteScheduledMessages(chatId: ID, messageIds: number[])Delete multiple scheduled messages. ParameterschatId: IDThe identifier of the chat that contains the scheduled messages. messageIds: number[]The identifiers of the scheduled messages to delete.