Channel Status Info
Channel status change info.
Contains the details of a channel status change (e.g. pinned state, Do Not Disturb level) that was modified on another device and synchronized to the current device.
Note: Translation strategy changes are delivered separately via ai.nexconn.chat.handler.ChannelHandler.onChannelTranslateStrategySync.
Parameters
channel Type
Channel type
channel Id
Channel unique identifier
sub Channel Id
Sub-channel ID; only used by community channels
is Pinned
Whether the channel is pinned
no Disturb Level
Message push notification level
Constructors
Link copied to clipboard
public ChannelStatusInfo ChannelStatusInfo(ChannelType channelType, String channelId, String subChannelId, Boolean isPinned, ChannelNoDisturbLevel noDisturbLevel)