getStory
Retrieve a single story. User-only.
Parameters
The identifier of the chat to retrieve the story from.
storyId: number
The identifier of the story to retrieve.
Result
The retrieved story.
Syntax
await client.getStory(chatId, storyId);
Retrieve a single story. User-only.
The identifier of the chat to retrieve the story from.
The identifier of the story to retrieve.
The retrieved story.
await client.getStory(chatId, storyId);