Interface StoryPostPhotoResponseMedia

interface StoryPostPhotoResponseMedia {
    can_reply: boolean;
    can_reshare: boolean;
    can_see_insights_as_brand: boolean;
    can_send_custom_emojis: boolean;
    can_send_prompt: boolean;
    can_view_more_preview_comments: boolean;
    can_viewer_save: boolean;
    caption: null;
    caption_is_edited: boolean;
    caption_position: number;
    client_cache_key: string;
    code: string;
    comment_count: number;
    comment_inform_treatment: StoryPostPhotoResponseComment_inform_treatment;
    comment_likes_enabled: boolean;
    comment_threading_enabled: boolean;
    commerce_integrity_review_decision: null;
    commerciality_status: string;
    deleted_reason: number;
    device_timestamp: number;
    expiring_at: number;
    fb_viewer_count: null;
    filter_type: number;
    fundraiser_tag: StoryPostPhotoResponseFundraiser_tag;
    has_delayed_metadata: boolean;
    has_liked: boolean;
    has_more_comments: boolean;
    has_shared_to_fb: number;
    has_shared_to_fb_dating: number;
    hide_view_all_comment_entrypoint: boolean;
    id: string;
    image_versions2: StoryPostPhotoResponseImage_versions2;
    integrity_review_decision: string;
    is_artist_pick: boolean;
    is_in_profile_grid: boolean;
    is_organic_product_tagging_eligible: boolean;
    is_paid_partnership: boolean;
    is_reel_media: boolean;
    is_rollcall_v2: boolean;
    is_unified_video: boolean;
    is_visual_reply_commenter_notice_enabled: boolean;
    like_and_view_counts_disabled: boolean;
    like_count: number;
    likers: any[];
    max_num_visible_preview_comments: number;
    media_type: IgMediaType;
    multi_author_reel_names: any[];
    music_metadata: null;
    organic_tracking_token: string;
    original_height: number;
    original_media_has_visual_reply_media: boolean;
    original_width: number;
    photo_of_you: boolean;
    pk: string;
    preview_comments: any[];
    product_type: string;
    profile_grid_control_enabled: boolean;
    sharing_friction_info: StoryPostPhotoResponseSharing_friction_info;
    should_blur: boolean;
    should_request_ads: boolean;
    show_one_tap_fb_share_tooltip: boolean;
    source_type: number;
    story_is_saved_to_archive: boolean;
    story_static_models: any[];
    supports_reel_reactions: boolean;
    taken_at: number;
    timezone_offset: number;
    total_viewer_count: number;
    user: StoryPostPhotoResponseUser;
    viewer_count: number;
    viewer_cursor: null;
    viewers: any[];
}

Properties

can_reply: boolean
can_reshare: boolean
can_see_insights_as_brand: boolean
can_send_custom_emojis: boolean
can_send_prompt: boolean
can_view_more_preview_comments: boolean
can_viewer_save: boolean
caption: null
caption_is_edited: boolean
caption_position: number
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
expiring_at: number
fb_viewer_count: null
filter_type: number
has_delayed_metadata: boolean
has_liked: boolean
has_more_comments: boolean
has_shared_to_fb: number
has_shared_to_fb_dating: number
hide_view_all_comment_entrypoint: boolean
id: string
integrity_review_decision: string
is_artist_pick: boolean
is_in_profile_grid: boolean
is_organic_product_tagging_eligible: boolean
is_paid_partnership: boolean
is_reel_media: boolean
is_rollcall_v2: boolean
is_unified_video: boolean
is_visual_reply_commenter_notice_enabled: boolean
like_and_view_counts_disabled: boolean
like_count: number
likers: any[]
max_num_visible_preview_comments: number
media_type: IgMediaType
multi_author_reel_names: any[]
music_metadata: null
organic_tracking_token: string
original_height: number
original_media_has_visual_reply_media: boolean
original_width: number
photo_of_you: boolean
pk: string
preview_comments: any[]
product_type: string
profile_grid_control_enabled: boolean
should_blur: boolean
should_request_ads: boolean
show_one_tap_fb_share_tooltip: boolean
source_type: number
story_is_saved_to_archive: boolean
story_static_models: any[]
supports_reel_reactions: boolean
taken_at: number
timezone_offset: number
total_viewer_count: number
viewer_count: number
viewer_cursor: null
viewers: any[]