addStoriesToHighlights

Add multiple stories to highlights. USER-ONLY

Parameters

chatId: ID

The identifier of a chat.

storyIds: number[]

The identifiers of the stories to add to highlights.

Result

void

Syntax

await client.addStoriesToHighlights(chatId, storyIds);