The MessageCreate payload. This is used when you want to create a message using the REST API.
{ "content": "Hello, World!"} Copy
{ "content": "Hello, World!"}
Optional
The message's content. This field has to be at-least 2 characters long. The upper limit is the instance's InstanceInfo message_limit.
message_limit
The content will be trimmed from leading and trailing whitespace.
The MessageCreate payload. This is used when you want to create a message using the REST API.
Example