@bootdesk/js-web-adapter-core
    Preparing search index...

    Interface User

    interface User {
        avatarUrl?: string;
        id: string;
        isBot?: boolean;
        isMe?: boolean;
        name?: string;
    }
    Index

    Properties

    avatarUrl?: string
    id: string
    isBot?: boolean
    isMe?: boolean
    name?: string