ChannelTypeNoDisturbLevelParams

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
}
}

Parameters

type

Channel type

level

Notification level

Properties

Link copied to clipboard
Link copied to clipboard
private final ChannelType type

Functions

Link copied to clipboard
Link copied to clipboard
public final ChannelType getType()