Metatell AI Bot - v0.0.10
    Preparing search index...

    Interface PresenceUser

    interface PresenceUser {
        id: string;
        permissions?: Record<string, boolean>;
        profile: { avatarId?: string; displayName?: string };
        roles?: Record<string, boolean>;
    }
    Index

    Properties

    id: string
    permissions?: Record<string, boolean>
    profile: { avatarId?: string; displayName?: string }
    roles?: Record<string, boolean>