@deltachat/jsonrpc-client
    Preparing search index...

    Type Alias Contact

    type Contact = {
        address: string;
        authName: string;
        color: string;
        displayName: string;
        e2eeAvail: boolean;
        freshness: ContactFreshness;
        id: T.U32;
        isBlocked: boolean;
        isBot: boolean;
        isKeyContact: boolean;
        lastSeen: I64;
        name: string;
        profileImage: string | null;
        status: string;
    }
    Index
    address: string
    authName: string
    color: string
    displayName: string
    e2eeAvail: boolean

    Is encryption available for this contact.

    This can only be true for key-contacts. However, it is possible to have a key-contact for which encryption is not available because we don't have a key yet, e.g. if we just scanned the fingerprint from a QR code.

    freshness: ContactFreshness
    id: T.U32
    isBlocked: boolean
    isBot: boolean

    If the contact is a bot.

    isKeyContact: boolean

    Is the contact a key contact.

    lastSeen: I64

    the contact's last seen timestamp

    name: string
    profileImage: string | null
    status: string