@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface CreateChatInput

    Properties required when creating a new chat.

    CreateChatInput

    interface CreateChatInput {
        handleId: HandleId;
        handleIdToChatTo: HandleId;
    }
    Index

    Properties

    handleId: HandleId

    Identifier of the handle owned by this client.

    handleIdToChatTo: HandleId

    The identifier of the handle to start chatting to.