Skip to content

MessageMentionOptions

typedef · Source

Options provided to control parsing of mentions by Discord Type: Object

Properties

parse

optional

parse: Array<MessageMentionTypes>

Types of mentions to be parsed

users

optional

users: Array<Snowflake>

Snowflakes of Users to be parsed as mentions

roles

optional

roles: Array<Snowflake>

Snowflakes of Roles to be parsed as mentions

repliedUser

optional

repliedUser: boolean

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

Default: true

Unofficial software. Not affiliated with or supported by Discord.