metatell Bot SDK - v2.0.0
    Preparing search index...

    Interface BotProfile

    interface BotProfile {
        avatarId: string;
        displayName: string;
        isBot?: true;
    }
    Index
    avatarId: string
    displayName: string
    isBot?: true

    SDK-owned presence marker. Callers do not need to set this.