Interface RemoveStoryAlbumStories

Removes stories from an album. If the album is owned by a supergroup or a channel chat, then requires can_edit_stories administrator right in the chat. Returns the changed album. Request type for Tdjson#removeStoryAlbumStories.

interface RemoveStoryAlbumStories {
    @type: "removeStoryAlbumStories";
    chat_id: number;
    story_album_id: number;
    story_ids: number[];
}

Properties

@type: "removeStoryAlbumStories"
chat_id: number

Identifier of the chat that owns the stories.

story_album_id: number

Identifier of the story album.

story_ids: number[]

Identifier of the stories to remove from the album.