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