Interface DeleteStoryAlbum

Deletes a story album. If the album is owned by a supergroup or a channel chat, then requires can_edit_stories administrator right in the chat. Request type for Tdjson#deleteStoryAlbum.

interface DeleteStoryAlbum {
    @type: "deleteStoryAlbum";
    chat_id: number;
    story_album_id: number;
}

Properties

@type: "deleteStoryAlbum"
chat_id: number

Identifier of the chat that owns the stories.

story_album_id: number

Identifier of the story album.