Message object

Represents a message sent to or received from Eludris. The message contains its author and content.

FieldTypeDescription
authorStringThe author of the message, between 2-32 characters long.
contentStringThe content of the message. At least one character; the upper bound is set per-instance inside Eludris.toml. This upper bound can be requested as part of the instance's InstanceInfo.

Example

{
  "author": "Frynus Mctronalds",
  "content": "dragon"
}

Relevant Endpoints

MethodEndpoint
GETOprish /
POSTOprish /messages/