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

The retrieved story.

SYNTAX
await client.getStory(chatId, storyId);