A message representing a chat message sent by the client.
- (object):
- (integer)
id
: The id of this message. - (string)
command
: Always"chat"
. - (string)
data
: The chat message. Whitespace-only messages are allowed.
- (integer)
A message representing a chat message sent by the client.
id
: The id of this message.command
: Always "chat"
.data
: The chat message. Whitespace-only messages are allowed.