import { type UpdateMessageScheduled } from "https://deno.land/x/mtkruto@0.2.50/types/6_update.ts";
A message was scheduled. User-only.
client.on("scheduledMessage", (ctx) => {
console.log("A message was just schedueld.");
// ctx.scheduledMessage
});
Properties
scheduledMessage: Message
The scheduled message.