Community Unread Info
Community channel unread information.
Describes a community sub-channel's unread message count, mention count, and notification level.
Parameters
channel Identifier
Community sub-channel identifier containing channel ID and sub-channel ID.
unread Message Count
Unread message count.
mentioned Count
Unread mention count, including both @everyone and @me mentions.
mentioned Me Count
Unread mention count for direct @me mentions only.
no Disturb Level
Channel notification level.
Constructors
Link copied to clipboard
public CommunityUnreadInfo CommunityUnreadInfo(CommunitySubChannelIdentifier channelIdentifier, Integer unreadMessageCount, Integer mentionedCount, Integer mentionedMeCount, ChannelNoDisturbLevel noDisturbLevel)