PingRequest
data class PingRequest(val params: BaseRequestParams? = null) : ClientRequest, ServerRequest(source)
Represents a ping request used to check if the connection is alive.
Represents a ping request used to check if the connection is alive.