deleteStories
Delete multiple stories. User-only.
Parameters
The identifier of the chat to delete the stories from.
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 the chat to delete the stories from.
The identifiers of the stories to delete.
await client.deleteStories(chatId, storyIds);