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