Interface HighlightsRepositoryHighlightsTrayResponseItemsItem

interface HighlightsRepositoryHighlightsTrayResponseItemsItem {
    can_view_more_preview_comments: boolean;
    can_viewer_reshare: boolean;
    can_viewer_save: boolean;
    caption: HighlightsRepositoryHighlightsTrayResponseCaption;
    caption_is_edited: boolean;
    client_cache_key: string;
    code: string;
    comment_count: number;
    comment_likes_enabled: boolean;
    comment_threading_enabled: boolean;
    device_timestamp: number;
    filter_type: number;
    has_audio: boolean;
    has_liked: boolean;
    has_more_comments: boolean;
    id: string;
    image_versions2: HighlightsRepositoryHighlightsTrayResponseImage_versions2;
    is_dash_eligible: number;
    like_count: number;
    max_num_visible_preview_comments: number;
    media_cropping_info: HighlightsRepositoryHighlightsTrayResponseMedia_cropping_info;
    media_type: IgMediaType;
    nearly_complete_copyright_match: boolean;
    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: HighlightsRepositoryHighlightsTrayResponsePreviewCommentsItem[];
    product_type: string;
    taken_at: number;
    thumbnails: HighlightsRepositoryHighlightsTrayResponseThumbnails;
    title: string;
    user: HighlightsRepositoryHighlightsTrayResponseUser;
    video_codec: string;
    video_dash_manifest: string;
    video_duration: number;
    video_versions: HighlightsRepositoryHighlightsTrayResponseVideoVersionsItem[];
    view_count: number;
}

Properties

can_view_more_preview_comments: boolean
can_viewer_reshare: boolean
can_viewer_save: boolean
caption_is_edited: boolean
client_cache_key: string
code: string
comment_count: number
comment_likes_enabled: boolean
comment_threading_enabled: boolean
device_timestamp: number
filter_type: number
has_audio: boolean
has_liked: boolean
has_more_comments: boolean
id: string
is_dash_eligible: number
like_count: number
max_num_visible_preview_comments: number
media_type: IgMediaType
nearly_complete_copyright_match: boolean
next_max_id: string
number_of_qualities: number
organic_tracking_token: string
original_height: number
original_width: number
photo_of_you: boolean
pk: string
product_type: string
taken_at: number
title: string
video_codec: string
video_dash_manifest: string
video_duration: number
view_count: number