IGPAPI
    Preparing search index...

    Interface CollectionsFeedResponse

    interface CollectionsFeedResponse {
        auto_load_more_enabled: boolean;
        collection_id: string;
        collection_name: string;
        has_related_media: boolean;
        items: CollectionsFeedResponseItemsItem[];
        more_available: boolean;
        next_max_id?: string;
        num_results: number;
        status: string;
    }
    Index

    Properties

    auto_load_more_enabled: boolean
    collection_id: string
    collection_name: string
    has_related_media: boolean
    more_available: boolean
    next_max_id?: string
    num_results: number
    status: string