IGPAPI
    Preparing search index...

    Interface TimelineFeedResponseMediaOrAd

    interface TimelineFeedResponseMediaOrAd {
        ad_action?: string;
        ad_header_style?: number;
        ad_id?: string;
        ad_link_type?: number;
        ad_metadata?: TimelineFeedResponseAdMetadataItem[];
        android_links?: TimelineFeedResponseAndroidLinksItem[];
        can_see_insights_as_brand?: boolean;
        can_view_more_preview_comments: boolean;
        can_viewer_reshare?: boolean;
        can_viewer_save: boolean;
        caption: TimelineFeedResponseCaption;
        caption_is_edited: boolean;
        carousel_media?: TimelineFeedResponseCarouselMediaItem[];
        carousel_media_count?: number;
        carousel_media_type?: number;
        client_cache_key: string;
        code: string;
        collapse_comments?: boolean;
        comment_count: number;
        comment_likes_enabled: boolean;
        comment_threading_enabled: boolean;
        device_timestamp: string | number;
        direct_reply_to_author_enabled: boolean;
        dominant_color?: string;
        dr_ad_type?: number;
        expiring_at?: number;
        facepile_top_likers?: TimelineFeedResponseFacepileTopLikersItem[];
        fb_page_url?: string;
        filter_type: number;
        follower_count?: number;
        force_overlay?: boolean;
        has_audio?: boolean;
        has_liked: boolean;
        has_more_comments: boolean;
        hide_nux_text?: boolean;
        id: string;
        image_versions2?: TimelineFeedResponseImageVersions2;
        injected?: TimelineFeedResponseInjected;
        inline_composer_display_condition?: string;
        inline_composer_imp_trigger_time?: number;
        inventory_source: string;
        is_dash_eligible?: number;
        is_eof: boolean;
        is_seen: boolean;
        is_sidecar_child?: boolean;
        iTunesItem?: null;
        lat?: number;
        like_count: number;
        link?: string;
        link_hint_text?: string;
        link_text?: string;
        lng?: number;
        location?: TimelineFeedResponseLocation;
        max_num_visible_preview_comments: number;
        media_type: IgMediaType;
        next_max_id?: string;
        number_of_qualities?: number;
        organic_tracking_token: string;
        original_height?: number;
        original_width?: number;
        overlay_subtitle?: string;
        overlay_text?: string;
        overlay_title?: string;
        photo_of_you: boolean;
        pk: string;
        post_count?: number;
        preview?: string;
        preview_comments: TimelineFeedResponsePreviewCommentsItem[];
        taken_at: number;
        top_likers: string[];
        user: TimelineFeedResponseUser;
        usertags?: TimelineFeedResponseUsertags;
        video_codec?: string;
        video_dash_manifest?: string;
        video_duration?: number;
        video_versions?: TimelineFeedResponseVideoVersionsItem[];
        view_count?: number;
    }
    Index

    Properties

    ad_action?: string
    ad_header_style?: number
    ad_id?: string
    ad_link_type?: number
    can_see_insights_as_brand?: boolean
    can_view_more_preview_comments: boolean
    can_viewer_reshare?: boolean
    can_viewer_save: boolean
    caption_is_edited: boolean
    carousel_media_count?: number
    carousel_media_type?: number
    client_cache_key: string
    code: string
    collapse_comments?: boolean
    comment_count: number
    comment_likes_enabled: boolean
    comment_threading_enabled: boolean
    device_timestamp: string | number
    direct_reply_to_author_enabled: boolean
    dominant_color?: string
    dr_ad_type?: number
    expiring_at?: number
    fb_page_url?: string
    filter_type: number
    follower_count?: number
    force_overlay?: boolean
    has_audio?: boolean
    has_liked: boolean
    has_more_comments: boolean
    hide_nux_text?: boolean
    id: string
    inline_composer_display_condition?: string
    inline_composer_imp_trigger_time?: number
    inventory_source: string
    is_dash_eligible?: number
    is_eof: boolean
    is_seen: boolean
    is_sidecar_child?: boolean
    iTunesItem?: null
    lat?: number
    like_count: number
    link?: string
    link_hint_text?: string
    link_text?: string
    lng?: number
    max_num_visible_preview_comments: number
    media_type: IgMediaType
    next_max_id?: string
    number_of_qualities?: number
    organic_tracking_token: string
    original_height?: number
    original_width?: number
    overlay_subtitle?: string
    overlay_text?: string
    overlay_title?: string
    photo_of_you: boolean
    pk: string

    Optionalpost_count

    post_count?: number
    preview?: string
    taken_at: number
    top_likers: string[]
    video_codec?: string
    video_dash_manifest?: string
    video_duration?: number
    view_count?: number