deleteStory

Delete a single story. User-only.

Parameters

chatId: ID

The identifier of the chat to delete the story from.

storyId: number

The identifier of the story to delete.

Result

void

Syntax

await client.deleteStory(chatId, storyId);