WebSocketEvent
data class WebSocketEvent(val type: WebSocketEvent.Type, val group: WSGroup, val userId: Long, val timestamp: Long, val json: JSONObject)
Web socket event representation.
Constructors
Link copied to clipboard
constructor(type: WebSocketEvent.Type, group: WSGroup, userId: Long, timestamp: Long, json: JSONObject)