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

    Interface DirectChat

    The Sudo Platform SDK representation of a Direct Chat. Contains the identifiers of a direct chat with another handle.

    DirectChat

    interface DirectChat {
        id: ChatId;
        otherHandle: Handle;
    }
    Index

    Properties

    Properties

    id: ChatId

    The identifier of the direct chat.

    otherHandle: Handle

    The handle that is participating in the direct chat.