Interface LocationFeedResponseMedia

interface LocationFeedResponseMedia {
    can_see_insights_as_brand?: boolean;
    can_view_more_preview_comments: boolean;
    can_viewer_reshare: boolean;
    can_viewer_save: boolean;
    caption: null | LocationFeedResponseCaption;
    caption_is_edited: boolean;
    carousel_media?: LocationFeedResponseCarouselMediaItem[];
    carousel_media_count?: number;
    client_cache_key: string;
    code: string;
    comment_count: number;
    comment_likes_enabled: boolean;
    comment_threading_enabled: boolean;
    commenting_disabled_for_viewer?: boolean;
    device_timestamp: string | number;
    filter_type: number;
    has_audio?: boolean;
    has_liked: boolean;
    has_more_comments: boolean;
    id: string;
    image_versions2?: LocationFeedResponseImage_versions2;
    is_dash_eligible?: number;
    lat: string;
    like_count: number;
    lng: string;
    location: LocationFeedResponseLocation;
    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;
    photo_of_you: boolean;
    pk: string;
    preview_comments: LocationFeedResponsePreviewCommentsItem[];
    taken_at: number;
    top_likers: any[];
    user: LocationFeedResponseUser;
    usertags?: LocationFeedResponseUsertags;
    video_codec?: string;
    video_dash_manifest?: string;
    video_duration?: number;
    video_versions?: LocationFeedResponseVideoVersionsItem[];
    view_count?: number;
}

Properties

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
commenting_disabled_for_viewer?: boolean
device_timestamp: string | number
filter_type: number
has_audio?: boolean
has_liked: boolean
has_more_comments: boolean
id: string
is_dash_eligible?: number
lat: string
like_count: number
lng: string
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
photo_of_you: boolean
pk: string
taken_at: number
top_likers: any[]
video_codec?: string
video_dash_manifest?: string
video_duration?: number
view_count?: number