Message Defaults

Every message has base fields that are included by default. These fields are:

{
  "client_id": "user",
  "message": "{}",
  "timestamp": 1234567890
}

The client_id field is used to identify the client that sent the message. It is set by the server and will only show a username that has been authenticated.

Back to Documentation