Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/mod.ts>UpdateDeletedStory

Cross-runtime JavaScript library for building Telegram clients
Latest
interface 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");
});

Properties

deletedStory: StoryReference