export interface APIAllowedMentions
optionalAllowedMentionsTypes[] parse? :
An array of allowed mention types to parse from the content
optionalboolean replied_user? :
For replies, whether to mention the author of the message being replied to (default false)
optionalSnowflake[] roles? :
Array of role_ids to mention (Max size of 100)
optionalSnowflake[] users? :
Array of user_ids to mention (Max size of 100)