IGPAPI
    Preparing search index...

    Interface TopicalExploreFeedResponse

    interface TopicalExploreFeedResponse {
        auto_load_more_enabled: boolean;
        clusters: TopicalExploreFeedResponseClustersItem[];
        max_id: string;
        more_available: boolean;
        next_max_id: string;
        rank_token: string;
        sectional_items: TopicalExploreFeedResponseSectionalItemsItem[];
        status: string;
    }
    Index

    Properties

    auto_load_more_enabled: boolean
    max_id: string
    more_available: boolean
    next_max_id: string
    rank_token: string
    status: string