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