Interface StoryPostVideoResponseMedia

interface StoryPostVideoResponseMedia {
    boost_unavailable_reason: string;
    boosted_status: string;
    can_reply: boolean;
    can_reshare: boolean;
    can_see_insights_as_brand: boolean;
    can_send_custom_emojis: 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;
    deleted_reason: number;
    device_timestamp: number;
    expiring_at: number;
    fb_viewer_count: null;
    filter_type: number;
    fundraiser_tag: StoryPostVideoResponseFundraiser_tag;
    has_audio: boolean;
    has_emoji_reactions: 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: StoryPostVideoResponseImage_versions2;
    integrity_review_decision: string;
    is_commercial: boolean;
    is_in_profile_grid: boolean;
    is_paid_partnership: boolean;
    is_reel_media: 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[];
    organic_tracking_token: string;
    original_height: number;
    original_width: number;
    photo_of_you: boolean;
    pk: string;
    preview_comments: any[];
    product_type: string;
    profile_grid_control_enabled: boolean;
    sharing_friction_info: StoryPostVideoResponseSharing_friction_info;
    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: StoryPostVideoResponseUser;
    video_duration: number;
    video_versions: StoryPostVideoResponseVideoVersionsItem[];
    viewer_count: number;
    viewer_cursor: null;
    viewers: any[];
}

Properties

boost_unavailable_reason: string
boosted_status: string
can_reply: boolean
can_reshare: boolean
can_see_insights_as_brand: boolean
can_send_custom_emojis: 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
deleted_reason: number
device_timestamp: number
expiring_at: number
fb_viewer_count: null
filter_type: number
has_audio: boolean
has_emoji_reactions: 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_commercial: boolean
is_in_profile_grid: boolean
is_paid_partnership: boolean
is_reel_media: 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[]
organic_tracking_token: string
original_height: number
original_width: number
photo_of_you: boolean
pk: string
preview_comments: any[]
product_type: string
profile_grid_control_enabled: 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
video_duration: number
viewer_count: number
viewer_cursor: null
viewers: any[]