Report

io.github.pidoveproject.showdown.protocol.client.GlobalCommand.Report
final case class Report(user: Username, reason: String)

Report a user.

Value parameters

reason

the reason of the report

user

the name of the user to report

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