UnreadChannel

data class UnreadChannel(val cid: String, val messagesCount: Int, val lastRead: Date)

Represents an unread channel.

Parameters

cid

The full channel identifier (e.g., "messaging:123").

messagesCount

The number of unread messages in the channel.

lastRead

The date when the last message was read in the channel.

Constructors

Link copied to clipboard
constructor(cid: String, messagesCount: Int, lastRead: Date)

Properties

Link copied to clipboard
val cid: String
Link copied to clipboard
Link copied to clipboard