IGPAPI
    Preparing search index...

    Interface TagsSectionsResponse

    interface TagsSectionsResponse {
        auto_load_more_enabled: boolean;
        more_available: boolean;
        next_max_id: string;
        next_media_ids: string[];
        next_page: number;
        sections: TagsSectionsResponseSectionsItem[];
        status: string;
    }
    Index

    Properties

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