AllowedMentions
Documentation / @discordeno/types / AllowedMentions
Interface: AllowedMentions
Defined in: discordeno/message.ts:35
Properties
parse?
optionalparse?:AllowedMentionsTypes[]
Defined in: discordeno/message.ts:37
An array of allowed mention types to parse from the content.
repliedUser?
optionalrepliedUser?:boolean
Defined in: discordeno/message.ts:39
For replies, whether to mention the author of the message being replied to (default false)
roles?
optionalroles?:bigint[]
Defined in: discordeno/message.ts:41
Array of role_ids to mention (Max size of 100)
users?
optionalusers?:bigint[]
Defined in: discordeno/message.ts:43
Array of user_ids to mention (Max size of 100)