Notify

io.github.pidoveproject.showdown.protocol.server.RoomMessage.Notify
final case class Notify(title: String, content: String, token: Option[HighlightToken])

A notification was sent in the room.

Value parameters

content

the content of the notification

title

the title of the notification

token

the (optional) highlight token of this notification

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