method Client.prototype.addStoriesToHighlightsimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; addStoriesToHighlights(chatId: ID, storyIds: number[])Add multiple stories to highlights. User-only. ParameterschatId: IDThe identifier of the chat that has the stories. storyIds: number[]The identifiers of the stories to add to highlights.