Interface HighlightsRepositoryEditReelResponseReel

interface HighlightsRepositoryEditReelResponseReel {
    can_reply: boolean;
    can_reshare: boolean;
    contains_stitched_media_blocked_by_rm: boolean;
    cover_media: HighlightsRepositoryEditReelResponseCover_media;
    created_at: number;
    has_pride_media: boolean;
    id: string;
    items: HighlightsRepositoryEditReelResponseItemsItem[];
    latest_reel_media: number;
    media_count: number;
    prefetch_count: number;
    ranked_position: number;
    reel_type: string;
    seen: null;
    seen_ranked_position: number;
    title: string;
    user: HighlightsRepositoryEditReelResponseUser;
}

Properties

can_reply: boolean
can_reshare: boolean
contains_stitched_media_blocked_by_rm: boolean
created_at: number
has_pride_media: boolean
id: string
latest_reel_media: number
media_count: number
prefetch_count: number
ranked_position: number
reel_type: string
seen: null
seen_ranked_position: number
title: string