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.


Example

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

Hierarchy

  • MessageDisguise

Properties

Properties

avatar: null | string

The URL of the message's disguise.

name: null | string

The name of the message's disguise.