method Client.prototype.getStoriesimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; getStories(chatId: ID, storyIds: number[]): Promise<Story[]>Retrieve multiple stories. User-only. ParameterschatId: IDThe identifier of the chat to retrieve the stories from. storyIds: number[]The identifiers of the stories to retrieve. ReturnsPromise<Story[]>