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.
| Field | Type | Description | 
|---|---|---|
| name | String? | The name of the message’s disguise. | 
| avatar | String? | The URL of the message’s disguise. | 
Example
{
  "name": "Jeff",
  "avatar": "https://some-u.rl/to/some-image.png"
}