Skip to main content
Module

x/mtkruto/3_types.ts>UpdateDeletedStory

Cross-runtime JavaScript library for building Telegram clients
Latest
interface UpdateDeletedStory
import { type UpdateDeletedStory } from "https://deno.land/x/mtkruto@0.2.50/3_types.ts";

A story was deleted.

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