The Message payload. This is returned when you're provided information about a pre-existing message.


Example

{
"author": {
"id": 48615849987333,
"username": "mlynar",
"social_credit": 9999.
"badges": 256,
"permissions": 8
}
"content": "Hello, World!"
}

Hierarchy

Properties

_disguise?: null | MessageDisguise
author: User

The message's author.

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.