Methods

deleteStoryAlbum

Delete a story album. USER-ONLY

Parameters

chatId: ID

The identifier of the chat including the album.

albumId: number

The identifier of the album to delete.

Result

void

Syntax

await client.deleteStoryAlbum(chatId, albumId);