Interface HighlightsRepositoryEditReelResponseItemsItem

interface HighlightsRepositoryEditReelResponseItemsItem {
    boost_unavailable_reason: string;
    boosted_status: string;
    can_reply: boolean;
    can_reshare: boolean;
    can_viewer_save: boolean;
    caption: null;
    caption_is_edited: boolean;
    caption_position: number;
    client_cache_key: string;
    code: string;
    creative_config?: HighlightsRepositoryEditReelResponseCreative_config;
    device_timestamp: number;
    fb_user_tags?: HighlightsRepositoryEditReelResponseFb_user_tags;
    filter_type: number;
    has_audio?: boolean;
    has_shared_to_fb: number;
    highlight_reel_ids: string[];
    id: string;
    image_versions2: HighlightsRepositoryEditReelResponseImage_versions2;
    imported_taken_at?: number;
    is_dash_eligible?: number;
    is_pride_media: boolean;
    is_reel_media: boolean;
    media_type: IgMediaType;
    multi_author_reel_names: any[];
    number_of_qualities?: number;
    organic_tracking_token: string;
    original_height: number;
    original_width: number;
    photo_of_you: boolean;
    pk: string;
    show_one_tap_fb_share_tooltip: boolean;
    story_is_saved_to_archive: boolean;
    story_quiz_participant_infos?: HighlightsRepositoryEditReelResponseStoryQuizParticipantInfosItem[];
    story_quizs?: HighlightsRepositoryEditReelResponseStoryQuizsItem[];
    supports_reel_reactions: boolean;
    taken_at: number;
    timezone_offset: number;
    total_viewer_count: number;
    user: HighlightsRepositoryEditReelResponseUser;
    video_codec?: string;
    video_dash_manifest?: string;
    video_duration?: number;
    video_versions?: HighlightsRepositoryEditReelResponseVideoVersionsItem[];
    viewer_count: number;
    viewer_cursor: null;
    viewers: any[];
}

Properties

boost_unavailable_reason: string
boosted_status: string
can_reply: boolean
can_reshare: boolean
can_viewer_save: boolean
caption: null
caption_is_edited: boolean
caption_position: number
client_cache_key: string
code: string
device_timestamp: number
filter_type: number
has_audio?: boolean
has_shared_to_fb: number
highlight_reel_ids: string[]
id: string
imported_taken_at?: number
is_dash_eligible?: number
is_pride_media: boolean
is_reel_media: boolean
media_type: IgMediaType
multi_author_reel_names: any[]
number_of_qualities?: number
organic_tracking_token: string
original_height: number
original_width: number
photo_of_you: boolean
pk: string
show_one_tap_fb_share_tooltip: boolean
story_is_saved_to_archive: boolean
supports_reel_reactions: boolean
taken_at: number
timezone_offset: number
total_viewer_count: number
video_codec?: string
video_dash_manifest?: string
video_duration?: number
viewer_count: number
viewer_cursor: null
viewers: any[]