method Client.prototype.deleteScheduledMessageimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; deleteScheduledMessage(chatId: ID, messageId: number)Delete a scheduled message. ParameterschatId: IDThe identifier of the chat that contains the scheduled message. messageId: numberThe identifier of the scheduled message to delete.