Server

io.github.pidoveproject.showdown.room.ChatMessage.Server
final case class Server(content: ChatContent)

A message sent by the server.

Value parameters

content

the content of the message

Attributes

Source
ChatMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product