getStories

Retrieve multiple stories. User-only.

PARAMETERS
chatId: ID

The identifier of the chat to retrieve the stories from.

storyIds: number[]

The identifiers of the stories to retrieve.

RESULT
SYNTAX
await client.getStories(chatId, storyIds);