ConnectingEvent
data class ConnectingEvent(val type: String, val createdAt: Date, val rawCreatedAt: String?) : ChatEvent
Triggered when a user is connecting to the WS
Inherited functions
Link copied to clipboard
Enriches the wrapped Message from the ChatEvent with the Channel ID.