interface StickyNode {
    __typename: Typename;
    accessibility_caption: null | string;
    dash_info?: DashInfo;
    dimensions: Dimensions;
    display_url: string;
    edge_media_to_tagged_user: EdgeMediaToTaggedUser;
    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: WebProfileInfoResponse.Owner;
    sharing_friction_info: WebProfileInfoResponse.SharingFrictionInfo;
    shortcode: string;
    tracking_token?: string;
    video_url?: string;
    video_view_count?: number;
}

Properties

__typename: Typename
accessibility_caption: null | string
dash_info?: DashInfo
dimensions: Dimensions
display_url: string
edge_media_to_tagged_user: EdgeMediaToTaggedUser
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