IGPAPI
    Preparing search index...

    Interface LocationMediaFeedResponse

    interface LocationMediaFeedResponse {
        more_available: boolean;
        next_max_id: string;
        next_media_ids: string[];
        next_page: number;
        sections: LocationMediaFeedResponseSectionsItem[];
        status: string;
    }
    Index

    Properties

    more_available: boolean
    next_max_id: string
    next_media_ids: string[]
    next_page: number
    status: string