ThreadStatsEventData

data class ThreadStatsEventData(val threadId: String, val lastMsgDate: Long?, val messagesCount: Long?)

Holds information about changes in a Thread's statistics.

Constructors

Link copied to clipboard
constructor(threadId: String, lastMsgDate: Long?, messagesCount: Long?)

Properties

Link copied to clipboard

Timestamp of the most recent Thread message

Link copied to clipboard

Updated number of messages in the Thread

Link copied to clipboard

ID of the changed Thread