getStory

Retrieve a single story. User-only.

Parameters

chatId: ID

The identifier of the chat to retrieve the story from.

storyId: number

The identifier of the story to retrieve.

Result

Story | null

Syntax

await client.getStory(chatId, storyId);