UserDetails

io.github.pidoveproject.showdown.protocol.client.QueryRequest.UserDetails
final case class UserDetails(name: Username)

Get details of a user.

Value parameters

name

the name of the target

Attributes

Source
QueryRequest.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product