addStoryToHighlights

Add a single story to highlights. User-only.

PARAMETERS
chatId: ID

The identifier of the chat that has the story.

storyId: number

The identifier of the story to add to highlights.

RESULT
void
SYNTAX
await client.addStoryToHighlights(chatId, storyId);