ChatMessage
io.github.pidoveproject.showdown.room.ChatMessage
enum ChatMessage
A chat message.
Attributes
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Enum entries
A challenge request.
A challenge request.
Value parameters
- format
-
the format of the battle
- opponent
-
the opponent from the point of view of the current user
Attributes
An HTML message sent by the server.
An HTML message sent by the server.
Value parameters
- content
-
the content of the message encoded in HTML
Attributes
A join message.
A join message.
Value parameters
- user
-
the user who joined the room
Attributes
A leave message.
A leave message.
Value parameters
- user
-
the user who left the room
Attributes
A message sent by a user.
A message sent by a user.
Value parameters
- content
-
the content of the message
- sender
-
the message sender
Attributes
A message sent by the server.
A message sent by the server.
Value parameters
- content
-
the content of the message
Attributes
In this article