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);