RoomDelete

io.github.pidoveproject.showdown.protocol.client.HighlightCommand.RoomDelete
final case class RoomDelete(words: List[String])

Remove words from a room-specific highlighting list.

Value parameters

words

the list of words to not highlight

Attributes

Source
HighlightCommand.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product