teleproto - v1.229.0
    Preparing search index...

    Interface StoriesUpdateAlbumParams

    interface StoriesUpdateAlbumParams {
        addStories?: number[];
        albumId: number;
        deleteStories?: number[];
        order?: number[];
        peer: EntityLike;
        title?: string;
    }
    Index
    addStories?: number[]

    If set, adds the specified stories to the album.

    albumId: number

    Album ID.

    deleteStories?: number[]

    If set, deletes the specified stories from the album.

    order?: number[]

    If set, reorders the stories in the album by their IDs.

    peer: EntityLike

    Peer where the album is posted.

    title?: string

    New album title.