Interface UsersStoryResponseItemsItem

interface UsersStoryResponseItemsItem {
    ad_action?: string;
    can_reply: boolean;
    can_reshare: boolean;
    can_see_insights_as_brand: boolean;
    can_send_custom_emojis: boolean;
    can_viewer_save: boolean;
    caption: null;
    caption_is_edited: boolean;
    caption_position: number;
    client_cache_key: string;
    code: string;
    deleted_reason: number;
    device_timestamp: string | number;
    expiring_at: number;
    filter_type: number;
    has_audio?: boolean;
    id: string;
    image_versions2: UsersStoryResponseImage_versions2;
    imported_taken_at?: number;
    is_dash_eligible?: number;
    is_in_profile_grid: boolean;
    is_reel_media: boolean;
    is_shop_the_look_eligible: boolean;
    lat?: number;
    link_text?: string;
    lng?: number;
    location?: UsersStoryResponseLocation;
    media_type: IgMediaType;
    number_of_qualities?: number;
    organic_tracking_token: string;
    original_height: number;
    original_width: number;
    photo_of_you: boolean;
    pk: string;
    profile_grid_control_enabled: boolean;
    reel_mentions: UsersStoryResponseReelMentionsItem[];
    sharing_friction_info: UsersStoryResponseSharing_friction_info;
    show_one_tap_fb_share_tooltip: boolean;
    story_cta?: UsersStoryResponseStoryCtaItem[];
    story_feed_media?: UsersStoryResponseStoryFeedMediaItem[];
    story_locations?: UsersStoryResponseStoryLocationsItem[];
    supports_reel_reactions: boolean;
    taken_at: number;
    user: UsersStoryResponseUser;
    video_codec?: string;
    video_dash_manifest?: string;
    video_duration?: number;
    video_versions?: UsersStoryResponseVideoVersionsItem[];
}

Properties

ad_action?: string
can_reply: boolean
can_reshare: boolean
can_see_insights_as_brand: boolean
can_send_custom_emojis: boolean
can_viewer_save: boolean
caption: null
caption_is_edited: boolean
caption_position: number
client_cache_key: string
code: string
deleted_reason: number
device_timestamp: string | number
expiring_at: number
filter_type: number
has_audio?: boolean
id: string
imported_taken_at?: number
is_dash_eligible?: number
is_in_profile_grid: boolean
is_reel_media: boolean
is_shop_the_look_eligible: boolean
lat?: number
link_text?: string
lng?: number
media_type: IgMediaType
number_of_qualities?: number
organic_tracking_token: string
original_height: number
original_width: number
photo_of_you: boolean
pk: string
profile_grid_control_enabled: boolean
show_one_tap_fb_share_tooltip: boolean
supports_reel_reactions: boolean
taken_at: number
video_codec?: string
video_dash_manifest?: string
video_duration?: number