deleteStories
Delete multiple stories. USER-ONLY
Parameters
The identifier of a chat.
storyIds: number[]
The identifiers of the stories to delete.
Result
void
Syntax
await client.deleteStories(chatId, storyIds);
Delete multiple stories. USER-ONLY
The identifier of a chat.
The identifiers of the stories to delete.
await client.deleteStories(chatId, storyIds);