CommunityUnreadInfo

public final class CommunityUnreadInfo

Community channel unread information.

Describes a community sub-channel's unread message count, mention count, and notification level.

Parameters

channelIdentifier

Community sub-channel identifier containing channel ID and sub-channel ID.

unreadMessageCount

Unread message count.

mentionedCount

Unread mention count, including both @everyone and @me mentions.

mentionedMeCount

Unread mention count for direct @me mentions only.

noDisturbLevel

Channel notification level.

Constructors

Link copied to clipboard
public CommunityUnreadInfo CommunityUnreadInfo(CommunitySubChannelIdentifier channelIdentifier, Integer unreadMessageCount, Integer mentionedCount, Integer mentionedMeCount, ChannelNoDisturbLevel noDisturbLevel)

Properties

Link copied to clipboard
Link copied to clipboard
private final Integer mentionedCount
Link copied to clipboard
private final Integer mentionedMeCount
Link copied to clipboard
Link copied to clipboard
private final Integer unreadMessageCount

Functions

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