IGPAPI
    Preparing search index...

    Interface AlbumPostInput

    interface AlbumPostInput {
        caption?: string;
        disableComments?: boolean;
        internal_features?: "coauthor_post";
        invite_coauthor_user_id?: string;
        invite_coauthor_user_ids?: string[];
        items: AlbumUploadEntity[];
        likeAndViewCountsDisabled?: boolean;
        location?: PostingLocation;
        uploadId?: string;
    }
    Index

    Properties

    caption?: string
    disableComments?: boolean
    internal_features?: "coauthor_post"
    invite_coauthor_user_id?: string
    invite_coauthor_user_ids?: string[]
    likeAndViewCountsDisabled?: boolean
    location?: PostingLocation
    uploadId?: string

    Most likely you don't need this option, just skip if you don't know what it is