data class WebSocketIdMessage : Message
New ID message
<init>
WebSocketIdMessage(id: String)
id
val id: String
the ID
type
val type: String
the type of the message. Enables casting to a specific subclass.