export interface APIAllowedMentions
optionalexternalAllowedMentionsTypes[] parse? :
An array of allowed mention types to parse from the content
See also: https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mention-types
optionalexternalboolean = false replied_user? :
For replies, whether to mention the author of the message being replied to (default false)
optionalexternalSnowflake[] roles? :
Array of role_ids to mention (Max size of 100)
optionalexternalSnowflake[] users? :
Array of user_ids to mention (Max size of 100)