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