UnreadChannelByType
data class UnreadChannelByType(val channelType: String, val channelsCount: Int, val messagesCount: Int)
Represents the count of unread channels grouped by their type.
Represents the count of unread channels grouped by their type.