teleproto - v1.229.0
    Preparing search index...

    Interface StoriesCreateAlbumParams

    interface StoriesCreateAlbumParams {
        peer: EntityLike;
        stories: number[];
        title: string;
    }
    Index
    peer: EntityLike

    The owned peer where to create the album.

    stories: number[]

    Stories to add to the album.

    title: string

    Album name.