Chat

io.github.pidoveproject.showdown.protocol.server.RoomMessage.Chat
final case class Chat(user: User, message: ChatContent)

A user sent a message in the room.

Value parameters

message

the content of he message

user

the user who sent 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