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);