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