Interface Message

The message payload.


Example

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

Hierarchy

  • Message

Properties

Properties

author: string

The message's author. This field has to be between 2 and 32 characters long.

The author will be trimmed from leading and trailing whitespace.

content: string

The message's content. This field has to be at-least 2 characters long. The upper limit is the instance's InstanceInfo message_limit.

The content will be trimmed from leading and trailing whitespace.