ShowJoins

io.github.pidoveproject.showdown.protocol.client.OptionCommand.ShowJoins
final case class ShowJoins(room: Option[RoomId])

Show join messages.

Value parameters

room

the room to enable join messages from or all if absent.

Attributes

Source
OptionCommand.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product