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

    Interface ClearRecipientChatRulesInput

    Input for NotificationsModule.clearRecipientChatRules method.

    ClearRecipientChatRulesInput

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

    Properties

    Properties

    handleId: HandleId

    The owner of the notification settings.

    recipient: Recipient

    The recipient of the notification settings.