delete_story_album()¶
- Client.delete_story_album()
Delete a story album.
The stories inside the album are not deleted — only the album itself is removed.
Usable by Users Bots
- Parameters:
chat_id (
int|str) – Unique identifier or username of the peer who owns the album.album_id (
int) – ID of the album to delete.
- Returns:
bool– True on success.
Example
await app.delete_story_album("me", album_id=1)