UHtmlChange

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

An update on a previously sent UHtml message

Value parameters

content

the new content of the message

name

the name of the message to update

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