deleteStories

Delete multiple stories. User-only.

PARAMETERS
chatId: ID

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