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

    Interface UnpinMessageInput

    Properties required to unpin an existing message.

    UnpinMessageInput

    interface UnpinMessageInput {
        handleId: HandleId;
        messageId: string;
        recipient: Recipient;
    }
    Index

    Properties

    handleId: HandleId

    The identifier of the handle owned by this client.

    messageId: string

    The identifier of the target message to unpin.

    recipient: Recipient

    The target recipient.