removeStoriesFromHighlights

Remove multiple stories from highlights. USER-ONLY

Parameters

chatId: ID

The identifier of a chat.

storyIds: number[]

The identifiers of the stories to remove from highlights.

Result

void

Syntax

await client.removeStoriesFromHighlights(chatId, storyIds);