Leave

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

A leave message.

Value parameters

user

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