interface Media {
    accessibility_caption: string;
    audience: null;
    boost_unavailable_identifier: null;
    boost_unavailable_reason: null;
    boosted_status: null;
    can_see_insights_as_brand: boolean;
    can_view_more_preview_comments: boolean;
    can_viewer_reshare: boolean;
    can_viewer_save: boolean;
    caption: null;
    caption_is_edited: boolean;
    carousel_media: null;
    client_cache_key: string;
    clips_tab_pinned_user_ids: any[];
    code: string;
    comment_count: number;
    comment_inform_treatment: CommentInformTreatment;
    comment_likes_enabled: boolean;
    comment_threading_enabled: boolean;
    comments: any[];
    commerciality_status: string;
    deleted_reason: number;
    device_timestamp: number;
    fb_user_tags: FbUserTags;
    filter_type: number;
    has_more_comments: boolean;
    has_views_fetching: boolean;
    hide_view_all_comment_entrypoint: boolean;
    id: string;
    image_versions2: ImageVersions2;
    integrity_review_decision: string;
    is_in_profile_grid: boolean;
    is_paid_partnership: boolean;
    is_unified_video: boolean;
    is_visual_reply_commenter_notice_enabled: boolean;
    like_and_view_counts_disabled: boolean;
    like_count: number;
    max_num_visible_preview_comments: number;
    media_overlay_info: null;
    media_type: number;
    music_metadata: MusicMetadata;
    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;
    preview: null;
    preview_comments: any[];
    product_type: string;
    profile_grid_control_enabled: boolean;
    sharing_friction_info: SharingFrictionInfo;
    taken_at: number;
    user: IPostOwnerUser;
    view_count: null;
}

Properties

accessibility_caption: string
audience: null
boost_unavailable_identifier: null
boost_unavailable_reason: null
boosted_status: null
can_see_insights_as_brand: boolean
can_view_more_preview_comments: boolean
can_viewer_reshare: boolean
can_viewer_save: boolean
caption: null
caption_is_edited: boolean
carousel_media: null
client_cache_key: string
clips_tab_pinned_user_ids: any[]
code: string
comment_count: number
comment_inform_treatment: CommentInformTreatment
comment_likes_enabled: boolean
comment_threading_enabled: boolean
comments: any[]
commerciality_status: string
deleted_reason: number
device_timestamp: number
fb_user_tags: FbUserTags
filter_type: number
has_more_comments: boolean
has_views_fetching: boolean
hide_view_all_comment_entrypoint: boolean
id: string
image_versions2: ImageVersions2
integrity_review_decision: string
is_in_profile_grid: boolean
is_paid_partnership: boolean
is_unified_video: boolean
is_visual_reply_commenter_notice_enabled: boolean
like_and_view_counts_disabled: boolean
like_count: number
max_num_visible_preview_comments: number
media_overlay_info: null
media_type: number
music_metadata: MusicMetadata
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
preview: null
preview_comments: any[]
product_type: string
profile_grid_control_enabled: boolean
sharing_friction_info: SharingFrictionInfo
taken_at: number
view_count: null