Join

io.github.pidoveproject.showdown.room.ChatMessage.Join
final case class Join(user: User)

A join message.

Value parameters

user

the user who joined the room

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