ConnectedEvent
data class ConnectedEvent(val type: String, val createdAt: Date, val rawCreatedAt: String, val me: User, val connectionId: String) : ChatEvent, HasOwnUser
Triggered when a user gets connected to the WS
Constructors
Inherited functions
Link copied to clipboard
Enriches the wrapped Message from the ChatEvent with the Channel ID.