import { type UpdateDeletedStory } from "https://deno.land/x/mtkruto@0.6.3/mod.ts";
A story was deleted.
client.on("deletedStory", (ctx) => {
console.log("The story", ctx.deletedStory, "was deleted");
});
x/mtkruto/mod.ts>UpdateDeletedStory
import { type UpdateDeletedStory } from "https://deno.land/x/mtkruto@0.6.3/mod.ts";
A story was deleted.
client.on("deletedStory", (ctx) => {
console.log("The story", ctx.deletedStory, "was deleted");
});