method Client.prototype.removeStoryFromHighlightsimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; removeStoryFromHighlights(chatId: ID, storyId: number)Remove a single story from highlights. User-only. ParameterschatId: IDThe identifier of the chat that has the story. storyId: numberThe identifier of the story to remove from highlights.