interface IRCIMIWChangeUltraGroupDefaultNotificationLevelCallback {
    onUltraGroupDefaultNotificationLevelChanged?: (code: number) => void;
}

Properties

onUltraGroupDefaultNotificationLevelChanged?: (code: number) => void