Skip to main content

ChannelUnreadCount

A struct describing unread counts for a channel.

public struct ChannelUnreadCount: Decodable, Equatable 

Inheritance

Decodable, Equatable

Properties

noUnread

The default value representing no unread messages.

public static let noUnread 

messages

The total number of unread messages in the channel.

public internal(set) var messages: Int

mentionedMessages

The number of unread messages that mention the current user.

public internal(set) var mentionedMessages: Int

Did you find this page helpful?