UnreadThread

data class UnreadThread(val parentMessageId: String, val messagesCount: Int, val lastRead: Date, val lastReadMessageId: String)

Represents an unread thread.

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The ID of the last read message in the thread.

Link copied to clipboard

The number of unread messages in the thread.

Link copied to clipboard

The ID of the parent message in the thread.