export interface MessageMentionOptionsOptions provided to control parsing of mentions by Discord
optionalparse? : readonly MessageMentionTypes[] 
Types of mentions to be parsed
optionalrepliedUser? : boolean = true
Whether the author of the Message being replied to should be pinged
optionalroles? : readonly Snowflake[] 
Snowflakes of Roles to be parsed as mentions
optionalusers? : readonly Snowflake[] 
Snowflakes of Users to be parsed as mentions