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

    Interface SetRecipientChatRulesInput

    Input for NotificationsModule.setRecipientChatRules method.

    SetRecipientChatRulesInput

    interface SetRecipientChatRulesInput {
        chatRules: ChatNotificationRules;
        handleId: HandleId;
        recipient: Recipient;
    }
    Index

    Properties

    The chat notification rules to set.

    handleId: HandleId

    The owner of the notification settings.

    recipient: Recipient

    The recipient of the notification settings.