MessageMentions
MessageMentions ⇐ Base
Section titled “MessageMentions ⇐ Base”Represents a message mention object.
Kind: global class
Extends: Base
new MessageMentions([data], guildId, client)
Section titled “new MessageMentions([data], guildId, client)”Constructs a new instance of the class.
| Param | Type | Description |
|---|---|---|
| [data] | Object | The data for the message mention object. |
| guildId | string | The ID of the guild the mention is in. |
| client | Client | The client instance. |
messageMentions.guild ⇒
Section titled “messageMentions.guild ⇒”Get the guild object associated with this guildId.
Kind: instance property of MessageMentions
Returns: The guild object.