Html

io.github.pidoveproject.showdown.protocol.server.RoomMessage.Html
final case class Html(content: HTML)

An HTML message sent by the server

Value parameters

content

the content of the message

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