Title

io.github.pidoveproject.showdown.protocol.server.RoomMessage.Title
final case class Title(title: String)

An update on the title of the room.

Value parameters

title

the current title of the room

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