Interface ConfigureSidecarResponseMedia

interface ConfigureSidecarResponseMedia {
    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: ConfigureSidecarResponseCaption;
    caption_is_edited: boolean;
    carousel_media: ConfigureSidecarResponseCarouselMediaItem[];
    carousel_media_count: number;
    client_cache_key: string;
    code: string;
    comment_count: number;
    comment_likes_enabled: boolean;
    comment_threading_enabled: boolean;
    deleted_reason: number;
    device_timestamp: number;
    fb_user_tags: ConfigureSidecarResponseFb_user_tags;
    filter_type: number;
    fundraiser_tag: ConfigureSidecarResponseFundraiser_tag;
    has_more_comments: boolean;
    hide_view_all_comment_entrypoint: boolean;
    id: string;
    integrity_review_decision: string;
    is_in_profile_grid: boolean;
    is_paid_partnership: boolean;
    like_and_view_counts_disabled: boolean;
    max_num_visible_preview_comments: number;
    media_type: IgMediaType;
    organic_tracking_token: string;
    photo_of_you: boolean;
    pk: string;
    preview_comments: any[];
    product_type: string;
    profile_grid_control_enabled: boolean;
    sharing_friction_info: ConfigureSidecarResponseSharing_friction_info;
    taken_at: number;
    user: ConfigureSidecarResponseUser;
}

Properties

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
carousel_media_count: number
client_cache_key: string
code: string
comment_count: number
comment_likes_enabled: boolean
comment_threading_enabled: boolean
deleted_reason: number
device_timestamp: number
filter_type: number
has_more_comments: boolean
hide_view_all_comment_entrypoint: boolean
id: string
integrity_review_decision: string
is_in_profile_grid: boolean
is_paid_partnership: boolean
like_and_view_counts_disabled: boolean
max_num_visible_preview_comments: number
media_type: IgMediaType
organic_tracking_token: string
photo_of_you: boolean
pk: string
preview_comments: any[]
product_type: string
profile_grid_control_enabled: boolean
taken_at: number