UHtml

io.github.pidoveproject.showdown.room.ChatMessage.UHtml
final case class UHtml(name: String, content: HTML)

A named HTML message sent by the server.

Value parameters

content

the content of the message

name

the id of the message, used for updating

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