getStories
Retrieve multiple stories. User-only.
Parameters
The identifier of the chat to retrieve the stories from.
storyIds: number[]
The identifiers of the stories to retrieve.
Result
Story[]
Syntax
await client.getStories(chatId, storyIds);