IGPAPI
    Preparing search index...

    Interface TopicalExploreFeedResponseClustersItem

    interface TopicalExploreFeedResponseClustersItem {
        can_mute: boolean;
        context: string;
        debug_info?: string;
        description: string;
        followed_hashtags?: unknown[];
        id: string;
        is_muted: boolean;
        labels: string[];
        name: string;
        ranked_position: number;
        title: string;
        type: string;
    }
    Index

    Properties

    can_mute: boolean
    context: string
    debug_info?: string
    description: string
    followed_hashtags?: unknown[]
    id: string
    is_muted: boolean
    labels: string[]
    name: string
    ranked_position: number
    title: string
    type: string