Html

io.github.pidoveproject.showdown.room.ChatMessage.Html
final case class Html(content: HTML)

An HTML message sent by the server.

Value parameters

content

the content of the message encoded in HTML

Attributes

Source
ChatMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product