Interface ClipsUserFeedResponseMedia

interface ClipsUserFeedResponseMedia {
    are_remixes_crosspostable?: boolean;
    can_see_insights_as_brand: boolean;
    can_view_more_preview_comments: boolean;
    can_viewer_reshare: boolean;
    can_viewer_save: boolean;
    caption: ClipsUserFeedResponseCaption;
    caption_is_edited: boolean;
    client_cache_key: string;
    clips_metadata: ClipsUserFeedResponseClips_metadata;
    clips_tab_pinned_user_ids: any[];
    coauthor_producers?: ClipsUserFeedResponseCoauthorProducersItem[];
    code: string;
    comment_count: number;
    comment_inform_treatment: ClipsUserFeedResponseComment_inform_treatment;
    comment_threading_enabled: boolean;
    commerciality_status: string;
    deleted_reason: number;
    device_timestamp: string | number;
    enable_waist: boolean;
    explore_hide_comments: boolean;
    fb_like_count?: number;
    fb_play_count?: number;
    featured_products: any[];
    filter_type: number;
    fundraiser_tag: ClipsUserFeedResponseFundraiser_tag;
    has_audio: boolean;
    has_delayed_metadata: boolean;
    has_liked: boolean;
    has_more_comments: boolean;
    has_shared_to_fb: number;
    hide_view_all_comment_entrypoint: boolean;
    id: string;
    ig_media_sharing_disabled: boolean;
    image_versions2: ClipsUserFeedResponseImage_versions2;
    integrity_review_decision: string;
    invited_coauthor_producers?: any[];
    is_artist_pick: boolean;
    is_comments_gif_composer_enabled: boolean;
    is_dash_eligible: number;
    is_in_profile_grid: boolean;
    is_open_to_public_submission: boolean;
    is_organic_product_tagging_eligible: boolean;
    is_paid_partnership: boolean;
    is_post_live_clips_media: boolean;
    is_reshare_of_text_post_app_media_in_ig: boolean;
    is_third_party_downloads_eligible: boolean;
    is_unified_video: boolean;
    is_visual_reply_commenter_notice_enabled: boolean;
    lat?: number;
    like_and_view_counts_disabled: boolean;
    like_count: number;
    lng?: number;
    location?: ClipsUserFeedResponseLocation;
    logging_info_token: string;
    max_num_visible_preview_comments: number;
    media_cropping_info: ClipsUserFeedResponseMedia_cropping_info;
    media_type: number;
    music_metadata: null;
    number_of_qualities: number;
    organic_tracking_token: string;
    original_height: number;
    original_media_has_visual_reply_media: boolean;
    original_width: number;
    photo_of_you: boolean;
    pk: string;
    play_count: number;
    product_suggestions: any[];
    product_type: string;
    profile_grid_control_enabled: boolean;
    reshare_count: number;
    sharing_friction_info: ClipsUserFeedResponseSharing_friction_info;
    shop_routing_user_id: null;
    should_request_ads: boolean;
    social_context: any[];
    taken_at: number;
    top_likers: any[];
    user: ClipsUserFeedResponseUser;
    usertags: ClipsUserFeedResponseUsertags;
    video_codec: string;
    video_dash_manifest: string;
    video_duration: number;
    video_subtitles_confidence?: string;
    video_subtitles_uri?: string;
    video_versions: ClipsUserFeedResponseVideoVersionsItem[];
    view_state_item_type: number;
}

Properties

are_remixes_crosspostable? can_see_insights_as_brand can_view_more_preview_comments can_viewer_reshare can_viewer_save caption caption_is_edited client_cache_key clips_metadata clips_tab_pinned_user_ids coauthor_producers? code comment_count comment_inform_treatment comment_threading_enabled commerciality_status deleted_reason device_timestamp enable_waist explore_hide_comments fb_like_count? fb_play_count? featured_products filter_type fundraiser_tag has_audio has_delayed_metadata has_liked has_more_comments has_shared_to_fb hide_view_all_comment_entrypoint id ig_media_sharing_disabled image_versions2 integrity_review_decision invited_coauthor_producers? is_artist_pick is_comments_gif_composer_enabled is_dash_eligible is_in_profile_grid is_open_to_public_submission is_organic_product_tagging_eligible is_paid_partnership is_post_live_clips_media is_reshare_of_text_post_app_media_in_ig is_third_party_downloads_eligible is_unified_video is_visual_reply_commenter_notice_enabled lat? like_and_view_counts_disabled like_count lng? location? logging_info_token max_num_visible_preview_comments media_cropping_info media_type music_metadata number_of_qualities organic_tracking_token original_height original_media_has_visual_reply_media original_width photo_of_you pk play_count product_suggestions product_type profile_grid_control_enabled reshare_count sharing_friction_info shop_routing_user_id should_request_ads social_context taken_at top_likers user usertags video_codec video_dash_manifest video_duration video_subtitles_confidence? video_subtitles_uri? video_versions view_state_item_type

Properties

are_remixes_crosspostable?: boolean
can_see_insights_as_brand: boolean
can_view_more_preview_comments: boolean
can_viewer_reshare: boolean
can_viewer_save: boolean
caption_is_edited: boolean
client_cache_key: string
clips_tab_pinned_user_ids: any[]
code: string
comment_count: number
comment_threading_enabled: boolean
commerciality_status: string
deleted_reason: number
device_timestamp: string | number
enable_waist: boolean
explore_hide_comments: boolean
fb_like_count?: number
fb_play_count?: number
featured_products: any[]
filter_type: number
has_audio: boolean
has_delayed_metadata: boolean
has_liked: boolean
has_more_comments: boolean
has_shared_to_fb: number
hide_view_all_comment_entrypoint: boolean
id: string
ig_media_sharing_disabled: boolean
integrity_review_decision: string
invited_coauthor_producers?: any[]
is_artist_pick: boolean
is_comments_gif_composer_enabled: boolean
is_dash_eligible: number
is_in_profile_grid: boolean
is_open_to_public_submission: boolean
is_organic_product_tagging_eligible: boolean
is_paid_partnership: boolean
is_post_live_clips_media: boolean
is_reshare_of_text_post_app_media_in_ig: boolean
is_third_party_downloads_eligible: boolean
is_unified_video: boolean
is_visual_reply_commenter_notice_enabled: boolean
lat?: number
like_and_view_counts_disabled: boolean
like_count: number
lng?: number
logging_info_token: string
max_num_visible_preview_comments: number
media_type: number
music_metadata: null
number_of_qualities: number
organic_tracking_token: string
original_height: number
original_media_has_visual_reply_media: boolean
original_width: number
photo_of_you: boolean
pk: string
play_count: number
product_suggestions: any[]
product_type: string
profile_grid_control_enabled: boolean
reshare_count: number
shop_routing_user_id: null
should_request_ads: boolean
social_context: any[]
taken_at: number
top_likers: any[]
video_codec: string
video_dash_manifest: string
video_duration: number
video_subtitles_confidence?: string
video_subtitles_uri?: string
view_state_item_type: number