IGPAPI
    Preparing search index...

    Interface TopicalExploreFeedResponseMedia

    interface TopicalExploreFeedResponseMedia {
        algorithm: string;
        can_see_insights_as_brand?: boolean;
        can_view_more_preview_comments: boolean;
        can_viewer_reshare: boolean;
        can_viewer_save: boolean;
        caption: TopicalExploreFeedResponseCaption | null;
        caption_is_edited: boolean;
        carousel_media?: TopicalExploreFeedResponseCarouselMediaItem[];
        carousel_media_count?: number;
        client_cache_key: string;
        code: string;
        comment_count: number;
        comment_likes_enabled: boolean;
        comment_threading_enabled: boolean;
        connection_id: string;
        device_timestamp: string | number;
        explore: TopicalExploreFeedResponseExplore;
        explore_context: string;
        explore_hide_comments: boolean;
        explore_source_token: string;
        filter_type: number;
        has_audio?: boolean;
        has_liked: boolean;
        has_more_comments: boolean;
        id: string;
        image_versions2?: TopicalExploreFeedResponseImageVersions2;
        impression_token: string;
        is_dash_eligible?: number;
        lat?: number;
        like_count: number;
        lng?: number;
        location?: TopicalExploreFeedResponseLocation;
        max_num_visible_preview_comments: number;
        media_type: IgMediaType;
        mezql_token: string;
        number_of_qualities?: number;
        organic_tracking_token: string;
        original_height?: number;
        original_width?: number;
        photo_of_you: boolean;
        pk: string;
        preview_comments: unknown[];
        taken_at: number;
        top_likers: string[];
        user: TopicalExploreFeedResponseUser;
        usertags?: TopicalExploreFeedResponseUsertags;
        video_codec?: string;
        video_dash_manifest?: string;
        video_duration?: number;
        video_versions?: TopicalExploreFeedResponseVideoVersionsItem[];
        view_count?: number;
    }
    Index

    Properties

    algorithm: string
    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
    client_cache_key: string
    code: string
    comment_count: number
    comment_likes_enabled: boolean
    comment_threading_enabled: boolean
    connection_id: string
    device_timestamp: string | number
    explore_context: string
    explore_hide_comments: boolean
    explore_source_token: string
    filter_type: number
    has_audio?: boolean
    has_liked: boolean
    has_more_comments: boolean
    id: string
    impression_token: string
    is_dash_eligible?: number
    lat?: number
    like_count: number
    lng?: number
    max_num_visible_preview_comments: number
    media_type: IgMediaType
    mezql_token: string
    number_of_qualities?: number
    organic_tracking_token: string
    original_height?: number
    original_width?: number
    photo_of_you: boolean
    pk: string
    preview_comments: unknown[]
    taken_at: number
    top_likers: string[]
    video_codec?: string
    video_dash_manifest?: string
    video_duration?: number
    view_count?: number