Message

io.github.pidoveproject.showdown.protocol.server.RoomMessage.Message
final case class Message(content: ChatContent)

A chat message sent by the server

Value parameters

content

the raw content of the message

Attributes

Source
RoomMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product