UHtml

io.github.pidoveproject.showdown.protocol.server.RoomMessage.UHtml
final case class UHtml(name: String, content: HTML)

A named HTML message sent by the server

Value parameters

name

the name of this message, used to update it later

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