Skip to main content

AllowedMentions

Documentation


Documentation / @discordeno/types / AllowedMentions

Interface: AllowedMentions

Defined in: discordeno/message.ts:35

https://docs.discord.com/developers/resources/message#allowed-mentions-object-default-settings-for-allowed-mentions

Properties

parse?

optional parse?: AllowedMentionsTypes[]

Defined in: discordeno/message.ts:37

An array of allowed mention types to parse from the content.


repliedUser?

optional repliedUser?: boolean

Defined in: discordeno/message.ts:39

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


roles?

optional roles?: bigint[]

Defined in: discordeno/message.ts:41

Array of role_ids to mention (Max size of 100)


users?

optional users?: bigint[]

Defined in: discordeno/message.ts:43

Array of user_ids to mention (Max size of 100)