Interface TagFeedResponseItemsItem

interface TagFeedResponseItemsItem {
    attribution?: TagFeedResponseAttribution;
    can_reply?: boolean;
    can_reshare?: boolean;
    can_see_insights_as_brand?: boolean;
    can_view_more_preview_comments?: boolean;
    can_viewer_reshare?: boolean;
    can_viewer_save: boolean;
    caption: null | TagFeedResponseCaption;
    caption_is_edited: boolean;
    caption_position?: number;
    carousel_media?: TagFeedResponseCarouselMediaItem[];
    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;
    comments_disabled?: boolean;
    creative_config?: TagFeedResponseCreative_config;
    device_timestamp: string | number;
    expiring_at?: number;
    filter_type: number;
    has_audio?: boolean;
    has_liked?: boolean;
    has_more_comments?: boolean;
    has_shared_to_fb?: number;
    id: string;
    image_versions2?: TagFeedResponseImage_versions2;
    imported_taken_at?: number;
    is_dash_eligible?: number;
    is_reel_media?: boolean;
    lat?: string | number;
    like_count?: number;
    likers?: TagFeedResponseLikersItem[];
    lng?: string | number;
    location?: TagFeedResponseLocation;
    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?: TagFeedResponsePreviewCommentsItem[];
    reel_mentions?: TagFeedResponseReelMentionsItem[];
    show_one_tap_fb_share_tooltip?: boolean;
    story_hashtags?: TagFeedResponseStoryHashtagsItem[];
    story_locations?: TagFeedResponseStoryLocationsItem[];
    supports_reel_reactions?: boolean;
    taken_at: number;
    user: TagFeedResponseUser;
    usertags?: TagFeedResponseUsertags;
    video_codec?: string;
    video_dash_manifest?: string;
    video_duration?: number;
    video_versions?: TagFeedResponseVideoVersionsItem[];
    view_count?: number;
}

Properties

can_reply?: boolean
can_reshare?: boolean
can_see_insights_as_brand?: boolean
can_view_more_preview_comments?: boolean
can_viewer_reshare?: boolean
can_viewer_save: boolean
caption: null | TagFeedResponseCaption
caption_is_edited: boolean
caption_position?: number
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
comments_disabled?: boolean
device_timestamp: string | number
expiring_at?: number
filter_type: number
has_audio?: boolean
has_liked?: boolean
has_more_comments?: boolean
has_shared_to_fb?: number
id: string
imported_taken_at?: number
is_dash_eligible?: number
is_reel_media?: boolean
lat?: string | number
like_count?: number
lng?: string | number
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
show_one_tap_fb_share_tooltip?: boolean
supports_reel_reactions?: boolean
taken_at: number
video_codec?: string
video_dash_manifest?: string
video_duration?: number
view_count?: number