removeStoryFromHighlights

Remove a single story from highlights. User-only.

PARAMETERS
chatId: ID

The identifier of the chat that has the story.

storyId: number

The identifier of the story to remove from highlights.

RESULT
void
SYNTAX
await client.removeStoryFromHighlights(chatId, storyId);