method Client.prototype.deleteStoryimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; deleteStory(chatId: ID, storyId: number)Delete a single story. User-only. ParameterschatId: IDThe identifier of the chat to delete the story from. storyId: numberThe identifier of the story to delete.