Interface TimelinePhotoPostCommandInput

interface TimelinePhotoPostCommandInput {
    audience?: "default";
    caption?: string;
    customAccessibilityCaption?: string;
    disableComments?: boolean;
    file: Buffer;
    internal_features?: "coauthor_post";
    invite_coauthor_user_id?: string;
    invite_coauthor_user_ids?: string[];
    likeAndViewCountsDisabled?: boolean;
    location?: PostingLocation;
    productTags?: PostingProductTag[];
    usertags?: PostingUsertag[];
}

Properties

audience?: "default"
caption?: string
customAccessibilityCaption?: string

The advanced posting option. The caption for <img "alt"> attribute

disableComments?: boolean
file: Buffer

must be a JPG or PNG

internal_features?: "coauthor_post"
invite_coauthor_user_id?: string
invite_coauthor_user_ids?: string[]
likeAndViewCountsDisabled?: boolean
location?: PostingLocation
productTags?: PostingProductTag[]
usertags?: PostingUsertag[]