Interface ConfigureSidecarResponseCarouselMediaItem

interface ConfigureSidecarResponseCarouselMediaItem {
    can_see_insights_as_brand: boolean;
    carousel_parent_id: string;
    fb_user_tags?: ConfigureSidecarResponseFb_user_tags;
    id: string;
    image_versions2: ConfigureSidecarResponseImage_versions2;
    media_type: IgMediaType;
    original_height: number;
    original_width: number;
    pk: string;
    sharing_friction_info: ConfigureSidecarResponseSharing_friction_info;
    video_duration?: number;
    video_versions?: ConfigureSidecarResponseVideoVersionsItem[];
}

Properties

can_see_insights_as_brand: boolean
carousel_parent_id: string
id: string
media_type: IgMediaType
original_height: number
original_width: number
pk: string
video_duration?: number