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

    Interface MarkAsUnreadInput

    Properties required to mark the chat with a recipient as unread.

    MarkAsUnreadInput

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

    Properties

    Properties

    handleId: HandleId

    Identifier of the handle owned by this client.

    recipient: Recipient

    The target recipient.