The MessageCreate payload. This is used when you want to create a message using the REST API.


Example

{
"content": "Hello, World!"
}

Hierarchy

Properties

Properties

_disguise?: null | MessageDisguise
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.