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