getStories

Retrieve multiple stories. USER-ONLY

Parameters

chatId: ID

The identifier of a chat.

storyIds: number[]

The identifiers of the stories to retrieve.

Result

The retrieved stories.

Syntax

await client.getStories(chatId, storyIds);