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

    Type Alias Account

    Account:
        | { kind: "Configured" } & {
            addr: string | null;
            color: string;
            displayName: string | null;
            id: T.U32;
            privateTag: string | null;
            profileImage: string | null;
        }
        | { kind: "Unconfigured" } & { id: T.U32 }

    Type declaration

    • { kind: "Configured" } & {
          addr: string | null;
          color: string;
          displayName: string | null;
          id: T.U32;
          privateTag: string | null;
          profileImage: string | null;
      }
      • kind: "Configured"
      • addr: string | null
      • color: string
      • displayName: string | null
      • id: T.U32
      • privateTag: string | null

        Optional tag as "Work", "Family". Meant to help profile owner to differ between profiles with similar names.

      • profileImage: string | null
    • { kind: "Unconfigured" } & { id: T.U32 }