Initialize Request
@Serializable
This request is sent from the client to the server when it first connects, asking it to begin initialization.
Constructors
Link copied to clipboard
constructor(protocolVersion: String, capabilities: ClientCapabilities, clientInfo: Implementation, _meta: JsonObject = EmptyJsonObject)