IGPAPI
    Preparing search index...

    Interface WebProfileInfoResponseSidecarNode

    interface WebProfileInfoResponseSidecarNode {
        __typename: string;
        accessibility_caption: string | null;
        dash_info?: WebProfileInfoResponseDashInfo;
        dimensions: WebProfileInfoResponseDimensions;
        display_url: string;
        edge_media_to_tagged_user: WebProfileInfoResponseEdgeMediaToTaggedUser;
        fact_check_information: null;
        fact_check_overall_rating: null;
        gating_info: null;
        has_audio?: boolean;
        has_upcoming_event: boolean;
        id: string;
        is_video: boolean;
        media_overlay_info: null;
        media_preview: string;
        owner: WebProfileInfoResponseOwner;
        sharing_friction_info: WebProfileInfoResponseSharingFrictionInfo;
        shortcode: string;
        tracking_token?: string;
        video_url?: string;
        video_view_count?: number;
    }
    Index

    Properties

    __typename: string
    accessibility_caption: string | null
    display_url: string
    fact_check_information: null
    fact_check_overall_rating: null
    gating_info: null
    has_audio?: boolean
    has_upcoming_event: boolean
    id: string
    is_video: boolean
    media_overlay_info: null
    media_preview: string
    shortcode: string
    tracking_token?: string
    video_url?: string
    video_view_count?: number