Reply

io.github.pidoveproject.showdown.protocol.client.GlobalCommand.Reply
final case class Reply(message: ChatContent)

Reply to the last private discussion.

Value parameters

message

the message to send

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