method Client.prototype.getStoryimport { Client } from "https://deno.land/x/mtkruto@0.1.157/mod.ts"; getStory(chatId: ID, storyId: number): Promise<Story | null>Retrieve a single story. User-only. ParameterschatId: IDThe identifier of the chat to retrieve the story from. storyId: numberThe identifier of the story to retrieve. ReturnsPromise<Story | null>The retrieved story.