UserStopWatchingEvent

data class UserStopWatchingEvent(    val type: String,     val createdAt: Date,     val rawCreatedAt: String,     val cid: String,     val watcherCount: Int = 0,     val channelType: String,     val channelId: String,     val user: User,     val channelLastMessageAt: Date?) : CidEvent, UserEvent, HasWatcherCount

Triggered when a user stops watching a channel

Constructors

Link copied to clipboard
constructor(    type: String,     createdAt: Date,     rawCreatedAt: String,     cid: String,     watcherCount: Int = 0,     channelType: String,     channelId: String,     user: User,     channelLastMessageAt: Date?)

Properties

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 rawCreatedAt: String
Link copied to clipboard
open override val type: String
Link copied to clipboard
open override val user: User
Link copied to clipboard
open override val watcherCount: Int = 0

Inherited properties

Link copied to clipboard
val seq: Int

Inherited functions

Link copied to clipboard