export interface APIAllowedMentionsoptionalparse? : AllowedMentionsTypes[]
An array of allowed mention types to parse from the content
optionalreplied_user? : boolean
For replies, whether to mention the author of the message being replied to (default false)
optionalroles? : Snowflake[]
Array of role_ids to mention (Max size of 100)
optionalusers? : Snowflake[]
Array of user_ids to mention (Max size of 100)