interface Media {
    boost_unavailable_identifier: string;
    boost_unavailable_reason: string;
    boosted_status: string;
    can_see_insights_as_brand: boolean;
    can_view_more_preview_comments: boolean;
    can_viewer_reshare: boolean;
    can_viewer_save: boolean;
    caption: PostingLiveConfigureSuccessResponse.Caption;
    caption_is_edited: boolean;
    client_cache_key: string;
    code: string;
    comment_count: number;
    comment_inform_treatment: PostingLiveConfigureSuccessResponse.CommentInformTreatment;
    comment_likes_enabled: boolean;
    comment_threading_enabled: boolean;
    commerce_integrity_review_decision: null;
    commerciality_status: string;
    deleted_reason: number;
    device_timestamp: number;
    filter_type: number;
    fundraiser_tag: PostingLiveConfigureSuccessResponse.FundraiserTag;
    has_audio: boolean;
    has_delayed_metadata: boolean;
    has_more_comments: boolean;
    has_shared_to_fb: number;
    hide_view_all_comment_entrypoint: boolean;
    id: string;
    igtv_exists_in_viewer_series: boolean;
    image_versions2: PostingLiveConfigureSuccessResponse.ImageVersions2;
    integrity_review_decision: string;
    is_artist_pick: boolean;
    is_dash_eligible: number;
    is_in_profile_grid: boolean;
    is_organic_product_tagging_eligible: boolean;
    is_paid_partnership: boolean;
    is_post_live: boolean;
    is_unified_video: boolean;
    is_visual_reply_commenter_notice_enabled: boolean;
    like_and_view_counts_disabled: boolean;
    mashup_info: PostingLiveConfigureSuccessResponse.MashupInfo;
    max_num_visible_preview_comments: number;
    media_cropping_info: PostingLiveConfigureSuccessResponse.MediaCroppingInfo;
    media_type: IgMediaType;
    music_metadata: PostingLiveConfigureSuccessResponse.MusicMetadata;
    nearly_complete_copyright_match: boolean;
    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: number;
    preview_comments: any[];
    product_type: string;
    profile_grid_control_enabled: boolean;
    sharing_friction_info: PostingLiveConfigureSuccessResponse.SharingFrictionInfo;
    should_request_ads: boolean;
    taken_at: number;
    title: string;
    user: MediaUser;
    video_codec: string;
    video_dash_manifest: string;
    video_duration: number;
    video_subtitles_enabled: boolean;
    video_versions: PostingLiveConfigureSuccessResponse.VideoVersion[];
    xpost_deny_reason: string;
}

Properties

boost_unavailable_identifier: string
boost_unavailable_reason: string
boosted_status: string
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
code: string
comment_count: number
comment_likes_enabled: boolean
comment_threading_enabled: boolean
commerce_integrity_review_decision: null
commerciality_status: string
deleted_reason: number
device_timestamp: number
filter_type: number
has_audio: boolean
has_delayed_metadata: boolean
has_more_comments: boolean
has_shared_to_fb: number
hide_view_all_comment_entrypoint: boolean
id: string
igtv_exists_in_viewer_series: boolean
integrity_review_decision: string
is_artist_pick: boolean
is_dash_eligible: number
is_in_profile_grid: boolean
is_organic_product_tagging_eligible: boolean
is_paid_partnership: boolean
is_post_live: boolean
is_unified_video: boolean
is_visual_reply_commenter_notice_enabled: boolean
like_and_view_counts_disabled: boolean
max_num_visible_preview_comments: number
media_type: IgMediaType
nearly_complete_copyright_match: boolean
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: number
preview_comments: any[]
product_type: string
profile_grid_control_enabled: boolean
should_request_ads: boolean
taken_at: number
title: string
user: MediaUser
video_codec: string
video_dash_manifest: string
video_duration: number
video_subtitles_enabled: boolean
xpost_deny_reason: string