Sent

io.github.pidoveproject.showdown.room.ChatMessage.Sent
final case class Sent(sender: User, content: ChatContent)

A message sent by a user.

Value parameters

content

the content of the message

sender

the message sender

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