Interface TopicalExploreFeedResponseRootObject

interface TopicalExploreFeedResponseRootObject {
    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;
}

Properties

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