Message that transports a profile object.

interface IdentityMessage {
    command: "identity";
    obj: Identity;
}

Properties

Properties

command: "identity"