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

    Interface MarkAsReadInput

    Properies required to mark the chat with a recipient as read.

    MarkAsReadInput

    interface MarkAsReadInput {
        handleId: HandleId;
        recipient: Recipient;
    }
    Index

    Properties

    Properties

    handleId: HandleId

    Identifier of the handle owned by this client.

    recipient: Recipient

    The target recipient.