APIAllowedMentions

https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mentions-structure

Signature

export interface APIAllowedMentions

Properties

4

Methods

0

No methods.

Properties

parse?: `${AllowedMentionsTypes}`[];

An array of allowed mention types to parse from the content See https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mention-types

replied_user?: boolean;

For replies, whether to mention the author of the message being replied to (default false)

@defaultfalse