removeStoriesFromHighlights

Remove multiple stories from highlights. User-only.

Parameters

chatId: ID

The identifier of the chat that has the stories.

storyIds: number[]

The identifiers of the stories to remove from highlights.

Result

void

Syntax

await client.removeStoriesFromHighlights(chatId, storyIds);