Channel Type No Disturb Level Params
Set specified Channel type Message notification level parameters.
Usage Example:
val params = ChannelTypeNoDisturbLevelParams(
type = ChannelType.GROUP,
level = NotificationLevel.MENTION_USERS
)
BaseChannel.setChannelTypeNotificationLevel(params) { error ->
if (error == null) {
// Set successfully
}
}Content copied to clipboard
Parameters
type
Channel type
level
Notification level