UnreadChannelByType

data class UnreadChannelByType(val channelType: String, val channelsCount: Int, val messagesCount: Int)

Represents the count of unread channels grouped by their type.

Constructors

Link copied to clipboard
constructor(channelType: String, channelsCount: Int, messagesCount: Int)

Properties

Link copied to clipboard

The number of unread channels of this type.

Link copied to clipboard

The type of the channel (e.g., "messaging", "livestream").

Link copied to clipboard

The total number of unread messages in these channels.