Msg

io.github.pidoveproject.showdown.protocol.client.GlobalCommand.Msg
final case class Msg(user: Username, message: ChatContent)

Send a private message to another player.

Value parameters

message

the message to send

user

the recipient of the message

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