addStoriesToHighlights

Add multiple stories to highlights. User-only.

PARAMETERS
chatId: ID

The identifier of the chat that has the stories.

storyIds: number[]

The identifiers of the stories to add to highlights.

RESULT
void
SYNTAX
await client.addStoriesToHighlights(chatId, storyIds);