Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 304 Bytes

client_chat.md

File metadata and controls

10 lines (7 loc) · 304 Bytes

chat message (client)

A message representing a chat message sent by the client.

Format

  • (object):
    • (integer) id: The id of this message.
    • (string) command: Always "chat".
    • (string) data: The chat message. Whitespace-only messages are allowed.