Interface AlbumPostCommandInput

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

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