deleteStory

Delete a single story. USER-ONLY

Parameters

chatId: ID

The identifier of a chat.

storyId: number

The identifier of the story to delete.

Result

void

Syntax

await client.deleteStory(chatId, storyId);