Interface CreateStoryAlbum

Creates an album of stories; requires can_edit_stories administrator right for supergroup and channel chats. Request type for Tdjson#createStoryAlbum.

interface CreateStoryAlbum {
    @type: "createStoryAlbum";
    name: string;
    story_ids: number[];
    story_poster_chat_id: number;
}

Properties

@type: "createStoryAlbum"
name: string

Name of the album; 1-12 characters.

story_ids: number[]

Identifiers of stories to add to the album; 0-getOption("story_album_story_count_max") identifiers.

story_poster_chat_id: number

Identifier of the chat that posted the stories.