Interface ReelsMediaFeedResponseItem

interface ReelsMediaFeedResponseItem {
    ad_action?: 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: string;
    expiring_at: number;
    filter_type: number;
    has_audio: boolean;
    has_shared_to_fb: number;
    id: string;
    image_versions2: ReelsMediaFeedResponseImageVersions2;
    imported_taken_at?: number;
    is_dash_eligible: number;
    is_reel_media: boolean;
    link_text?: string;
    media_type: IgMediaType;
    number_of_qualities: number;
    organic_tracking_token: string;
    original_height: number;
    original_width: number;
    photo_of_you: boolean;
    pk: string;
    reel_mentions?: ReelsMediaFeedResponseReelMentionsItem[];
    show_one_tap_fb_share_tooltip: boolean;
    story_countdowns?: ReelsMediaFeedResponseStoryCountdownsItem[];
    story_cta?: ReelsMediaFeedResponseStoryCtaItem[];
    story_polls?: ReelsMediaFeedResponseStoryPollsItem[];
    story_questions?: ReelsMediaFeedResponseStoryQuestionsItem[];
    story_quizs?: ReelsMediaFeedResponseStoryQuizsItem[];
    story_sliders?: ReelsMediaFeedResponseStorySlidersItem[];
    supports_reel_reactions: boolean;
    taken_at: number;
    user: ReelsMediaFeedResponseUser;
    video_codec: string;
    video_dash_manifest: string;
    video_duration: number;
    video_versions: ReelsMediaFeedResponseVideoVersionsItem[];
}

Properties

ad_action?: 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: string
expiring_at: number
filter_type: number
has_audio: boolean
has_shared_to_fb: number
id: string
imported_taken_at?: number
is_dash_eligible: number
is_reel_media: boolean
link_text?: string
media_type: IgMediaType
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
supports_reel_reactions: boolean
taken_at: number
video_codec: string
video_dash_manifest: string
video_duration: number