TimestampChat

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

A chat message with a timestamp attached.

Value parameters

message

the content of he message

time

the timestamp of the 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