Member Junction
    Preparing search index...
    interface CreatePostData {
        attached_media?: { media_fbid: string }[];
        backdated_time?: number;
        backdated_time_granularity?: "day" | "hour" | "year" | "month" | "minute";
        link?: string;
        message?: string;
        place?: string;
        privacy?: {
            value: "EVERYONE" | "ALL_FRIENDS" | "FRIENDS_OF_FRIENDS" | "SELF";
        };
        published?: boolean;
        scheduled_publish_time?: number;
        tags?: string[];
    }
    Index

    Properties

    attached_media?: { media_fbid: string }[]
    backdated_time?: number
    backdated_time_granularity?: "day" | "hour" | "year" | "month" | "minute"
    link?: string
    message?: string
    place?: string
    privacy?: { value: "EVERYONE" | "ALL_FRIENDS" | "FRIENDS_OF_FRIENDS" | "SELF" }
    published?: boolean
    scheduled_publish_time?: number
    tags?: string[]