Interface
APIAllowedMentions
Controls which mentions trigger notifications in POST/PATCH message payloads.
Properties
| Name | Type | Description |
|---|---|---|
| parse? | AllowedMentionType[] | Which mention types to parse (users, roles, everyone). |
| replied_user? | boolean | Whether to mention the author of the replied-to message. |
| roles? | Snowflake[] | Specific role IDs to mention. |
| users? | Snowflake[] | Specific user IDs to mention. |