>>

Message

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

FieldTypeDescription
idNumberThe ID of the message.
authorUserThe message’s author.
contentString?The message’s content.
reference?MessageThe message referenced by this message.
channelSphereChannelThe channel in which the message is sent.
attachmentsArray of AttachmentsThe attachments of this message.
embedsArray of EmbedsThe embeds of this message.
reactionsArray of ReactionsThe reactions of this message.
_disguise?MessageDisguise
>>

Example

{
  "id": 4080402038782,
  "author": {
     "id": 48615849987333,
     "username": "mlynar",
     "social_credit": 9999.
     "badges": 256,
     "permissions": 8
  }
  "content": "Hello, World!"
  "channel": {
    "type": "TEXT",
    "id": 4080402038789,
    "sphere": 4080402038786,
    "position": 1,
    "name": "je-mappelle"
  }
}