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