Interface ReorderStoryAlbumStories

Changes order of stories in 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#reorderStoryAlbumStories.

interface ReorderStoryAlbumStories {
    @type: "reorderStoryAlbumStories";
    chat_id: number;
    story_album_id: number;
    story_ids: number[];
}

Properties

@type: "reorderStoryAlbumStories"
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 move to the beginning of the album. All other stories are placed in the current order after the specified stories.