The Message payload. This is returned when you're provided information about a pre-existing message.
{ "author": { "id": 48615849987333, "username": "mlynar", "social_credit": 9999. "badges": 256, "permissions": 8 } "content": "Hello, World!"} Copy
{ "author": { "id": 48615849987333, "username": "mlynar", "social_credit": 9999. "badges": 256, "permissions": 8 } "content": "Hello, World!"}
Optional
The message's author.
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 Message payload. This is returned when you're provided information about a pre-existing message.
Example