deleteStory
Delete a single story. User-only.
Parameters
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);
Delete a single story. User-only.
The identifier of the chat to delete the story from.
The identifier of the story to delete.
await client.deleteStory(chatId, storyId);