Interface IgtvChannelFeedResponseItemsItem

interface IgtvChannelFeedResponseItemsItem {
    can_view_more_preview_comments: boolean;
    can_viewer_reshare: boolean;
    can_viewer_save: boolean;
    caption: IgtvChannelFeedResponseCaption;
    caption_is_edited: boolean;
    client_cache_key: string;
    code: string;
    comment_count: number;
    comment_likes_enabled: boolean;
    comment_threading_enabled: boolean;
    device_timestamp: string | number;
    filter_type: number;
    has_audio: boolean;
    has_liked: boolean;
    has_more_comments: boolean;
    id: string;
    image_versions2: IgtvChannelFeedResponseImage_versions2;
    is_dash_eligible: number;
    like_count: number;
    max_num_visible_preview_comments: number;
    media_cropping_info: IgtvChannelFeedResponseMedia_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: IgtvChannelFeedResponsePreviewCommentsItem[];
    product_type: string;
    taken_at: number;
    thumbnails: IgtvChannelFeedResponseThumbnails;
    title: string;
    user: IgtvChannelFeedResponseUser;
    video_codec: string;
    video_dash_manifest: string;
    video_duration: number;
    video_versions: IgtvChannelFeedResponseVideoVersionsItem[];
    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: string | 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