>>

Message Disguise

A temporary way to mask the message’s author’s name and avatar. This is mainly used for bridging and will be removed when webhooks are officially supported.

FieldTypeDescription
nameString?The name of the message’s disguise.
avatarString?The URL of the message’s disguise.
>>

Example

{
  "name": "Jeff",
  "avatar": "https://some-u.rl/to/some-image.png"
}