addStoryToHighlights
Add a single story to highlights. User-only.
Parameters
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);