ContextMessageInteraction
ContextMessageInteraction ⇐ ContextMenuInteraction
Section titled “ContextMessageInteraction ⇐ ContextMenuInteraction”Represents a context menu interaction for a message in a specific context.
Kind: global class
Extends: ContextMenuInteraction
new ContextMessageInteraction([data], guildId, client)
Section titled “new ContextMessageInteraction([data], guildId, client)”Constructs a new instance of the class.
| Param | Type | Description |
|---|---|---|
| [data] | Object | The data object to initialize the instance with. |
| guildId | string | The ID of the guild associated with the instance. |
| client | Client | The client instance associated with the instance. |