Status

io.github.pidoveproject.showdown.protocol.client.OptionCommand.Status
final case class Status(note: String)

Set the current status.

Value parameters

note

the status to display to other users.

Attributes

Source
OptionCommand.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product