jamespot-user-api
    Preparing search index...

    Type Alias jExtraBotView

    jExtraBotView: Merge<
        jArticleView,
        {
            avatar?: jFileLittle;
            bot?: jUserLittle;
            context: string;
            description: string;
            disclaimer: string;
            enabled: boolean;
            groups?: jSpotAutocomplete[];
            matchThreshold?: number;
            moderators?: jUserAutocomplete[];
            prompt: string;
            title: string;
            trigger: "mentionOnly"
            | "matchComment";
            type: "extraBot";
            webhookAutomationOnly?: boolean;
            webhookKey?: string;
            webhookMethod?: string;
            webhookUrl?: string;
        },
    >