method Client.prototype.deleteStoriesimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; deleteStories(chatId: ID, storyIds: number[])Delete multiple stories. User-only. ParameterschatId: IDThe identifier of the chat to delete the stories from. storyIds: number[]The identifiers of the stories to delete.