@refinio/one.models
    Preparing search index...

    This request is sent by a client to request communication with somebody that has the specified public key.

    The target of this message can either be a communication server or an instance that accepts direct connections.

    interface CommunicationRequestMessage {
        command: "communication_request";
        sourcePublicKey: HexString;
        targetPublicKey: HexString;
    }
    Index

    Properties

    command: "communication_request"
    sourcePublicKey: HexString
    targetPublicKey: HexString