NotificationThreadMessageNewEvent

data class NotificationThreadMessageNewEvent(    val type: String,     val cid: String,     val channelId: String,     val channelType: String,     val message: Message,     val channel: Channel,     val createdAt: Date,     val rawCreatedAt: String?,     val unreadThreads: Int,     val unreadThreadMessages: Int,     val channelLastMessageAt: Date?) : CidEvent, HasMessage, HasChannel, HasUnreadThreadCounts

Triggered when a message is added to a channel as a thread reply.

Constructors

Link copied to clipboard
constructor(    type: String,     cid: String,     channelId: String,     channelType: String,     message: Message,     channel: Channel,     createdAt: Date,     rawCreatedAt: String?,     unreadThreads: Int,     unreadThreadMessages: Int,     channelLastMessageAt: Date?)

Properties

Link copied to clipboard
open override val channel: Channel
Link copied to clipboard
open override val channelId: String
Link copied to clipboard
open override val channelLastMessageAt: Date?
Link copied to clipboard
open override val channelType: String
Link copied to clipboard
open override val cid: String
Link copied to clipboard
open override val createdAt: Date
Link copied to clipboard
open override val message: Message
Link copied to clipboard
open override val rawCreatedAt: String?
Link copied to clipboard
open override val type: String
Link copied to clipboard
open override val unreadThreadMessages: Int
Link copied to clipboard
open override val unreadThreads: Int

Inherited properties

Link copied to clipboard
val seq: Int

Inherited functions

Link copied to clipboard