interface MessageMentionOptions

export interface MessageMentionOptions

Options provided to control parsing of mentions by Discord

optional
parse? : MessageMentionTypes[]

Types of mentions to be parsed

optional
repliedUser? : boolean

Whether the author of the Message being replied to should be pinged

optional
roles? : Snowflake[]

Snowflakes of Roles to be parsed as mentions

optional
users? : Snowflake[]

Snowflakes of Users to be parsed as mentions