HideJoins

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

Hide join messages.

Value parameters

room

the room to disable 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