IGPAPI
    Preparing search index...

    Interface LocationStoryResponseStory

    interface LocationStoryResponseStory {
        can_reply: boolean;
        can_reshare: boolean;
        expiring_at: number;
        has_pride_media: boolean;
        id: string;
        items: LocationStoryResponseItemsItem[];
        latest_reel_media: number;
        location: LocationStoryResponseLocation;
        owner: LocationStoryResponseOwner;
        prefetch_count: number;
        reel_type: string;
        seen: number;
        unique_integer_reel_id: string;
    }
    Index

    Properties

    can_reply: boolean
    can_reshare: boolean
    expiring_at: number
    has_pride_media: boolean
    id: string
    latest_reel_media: number
    prefetch_count: number
    reel_type: string
    seen: number
    unique_integer_reel_id: string