Query

io.github.pidoveproject.showdown.protocol.client.GlobalCommand.Query
final case class Query(request: QueryRequest)

Query miscellaneous informations to the server.

Value parameters

request

the request to make to the server

Attributes

Source
GlobalCommand.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product