Interface LocationFeedResponse

interface LocationFeedResponse {
    more_available: boolean;
    next_max_id: string;
    next_media_ids: string[];
    next_page: number;
    sections: LocationFeedResponseSectionsItem[];
    status: string;
}

Properties

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