UpdateDeletedStory

A story was deleted.

client.on("deletedStory", (ctx) => {
  console.log("The story", ctx.deletedStory, "was deleted");
});

Properties

deletedStory: StoryReference
DISCRIMINATOR