ChannelUnreadInfo

public final class ChannelUnreadInfo

channel Unread Info.

describes a certain channel (conversation) Unread message count, Was/were @message count and DND Status etc. Info.

Parameters

channelId

channel ID (Corresponds to targetId)

subChannelId

sub-channel ID (community channel dedicated

unreadMessageCount

Unread message count

mentionedCount

Was/were @ (including @Everyone and @self) Unread message count

mentionedMeCount

Only Was/were @self Unread message count

channelNoDisturbLevel

channel Message notification level

Constructors

Link copied to clipboard
public ChannelUnreadInfo ChannelUnreadInfo(String channelId, String subChannelId, Integer unreadMessageCount, Integer mentionedCount, Integer mentionedMeCount, ChannelNoDisturbLevel channelNoDisturbLevel)

Properties

Link copied to clipboard
private final String channelId
Link copied to clipboard
Link copied to clipboard
private final Integer mentionedCount
Link copied to clipboard
private final Integer mentionedMeCount
Link copied to clipboard
private final String subChannelId
Link copied to clipboard
private final Integer unreadMessageCount

Functions

Link copied to clipboard
public final String getChannelId()
Link copied to clipboard
public final Integer getMentionedCount()
Link copied to clipboard
public final Integer getMentionedMeCount()
Link copied to clipboard
public final String getSubChannelId()
Link copied to clipboard
public final Integer getUnreadMessageCount()