DiscordAllowedMentions
Documentation / @discordeno/types / DiscordAllowedMentions
Interface: DiscordAllowedMentions
Defined in: discord/message.ts:526
Properties
parse?
optionalparse?:AllowedMentionsTypes[]
Defined in: discord/message.ts:528
An array of allowed mention types to parse from the content.
replied_user?
optionalreplied_user?:boolean
Defined in: discord/message.ts:534
For replies, whether to mention the author of the message being replied to (default false)
roles?
optionalroles?:string[]
Defined in: discord/message.ts:530
Array of role_ids to mention (Max size of 100)
users?
optionalusers?:string[]
Defined in: discord/message.ts:532
Array of user_ids to mention (Max size of 100)