IGPAPI
    Preparing search index...

    Interface DirectRankedRecipientsInput

    interface DirectRankedRecipientsInput {
        fastTypeahead?: boolean;
        maxAiBotResults?: string | number;
        maxFbResults?: string | number;
        maxIbcResults?: string | number;
        maxIgBusResults?: string | number;
        maxIgResults?: string | number;
        mode?: "raven" | "reshare" | "universal";
        query?: string;
        showThreads?: boolean;
    }
    Index

    Properties

    fastTypeahead?: boolean
    maxAiBotResults?: string | number
    maxFbResults?: string | number
    maxIbcResults?: string | number
    maxIgBusResults?: string | number
    maxIgResults?: string | number
    mode?: "raven" | "reshare" | "universal"
    query?: string
    showThreads?: boolean