set Notification Level
设置当前子频道的默认通知级别。
Notification level settings
subChannel.setNotificationLevel(NotificationLevel.MENTION) { error ->
if (error == null) {
}
}
}Content copied to clipboard
Parameters
level
通知级别
========================================