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