removeStoryFromHighlights

Remove a single story from highlights. USER-ONLY

Parameters

chatId: ID

The identifier of a chat.

storyId: number

The identifier of the story to remove from highlights.

Result

void

Syntax

await client.removeStoryFromHighlights(chatId, storyId);