Interface ReorderStoryAlbums

Changes order of story albums. If the albums are owned by a supergroup or a channel chat, then requires can_edit_stories administrator right in the chat. Request type for Tdjson#reorderStoryAlbums.

interface ReorderStoryAlbums {
    @type: "reorderStoryAlbums";
    chat_id: number;
    story_album_ids: number[];
}

Properties

@type: "reorderStoryAlbums"
chat_id: number

Identifier of the chat that owns the stories.

story_album_ids: number[]

New order of story albums.