>>

Message

The message payload.

FieldTypeDescription
authorStringThe author of message. This field has to be between 2 and 32 characters long.

The author will be trimmed from leading and trailing whitespace.
contentStringThe content of the message. This field has to be at-least 2 characters long. The upper limit is the instance’s Instance Info message_limit.

The content will be trimmed from leading and trailing whitespace.
>>

Example

{
  "author": "Not a weeb",
  "content": "Hello, World!"
}