method Client.prototype.createStoryimport { Client } from "https://deno.land/x/mtkruto@0.1.157/mod.ts"; createStory(chatId: ID,content: InputStoryContent,params?: CreateStoryParams,): Promise<Story>Create a story. User-only. ParameterschatId: IDThe content of the story. content: InputStoryContentoptionalparams: CreateStoryParamsReturnsPromise<Story>The created story.