getStory

Retrieve a single story. USER-ONLY

Parameters

chatId: ID

The identifier of a chat.

storyId: number

The identifier of the story to retrieve.

Result

Story | null

The retrieved story.

Syntax

await client.getStory(chatId, storyId);