WhoIs

io.github.pidoveproject.showdown.protocol.client.GlobalCommand.WhoIs
final case class WhoIs(user: Option[Username])

Get details about a user.

Value parameters

user

the user to check or the current one if None

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