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

    Interface SetDefaultChatRulesInput

    Input for NotificationsModule.setDefaultChatRules method.

    SetDefaultChatRulesInput

    interface SetDefaultChatRulesInput {
        chatRules: ChatNotificationRules;
        handleId: HandleId;
    }
    Index

    Properties

    Properties

    The chat notification rules to set.

    handleId: HandleId

    The owner of the notification settings.