ContextUserInteraction
ContextUserInteraction ⇐ ContextMenuInteraction
Section titled “ContextUserInteraction ⇐ ContextMenuInteraction”Represents a user interaction with a context menu.
Kind: global class
Extends: ContextMenuInteraction
new ContextUserInteraction([data], guildId, client)
Section titled “new ContextUserInteraction([data], guildId, client)”Constructs a new instance of the class.
| Param | Type | Description |
|---|---|---|
| [data] | Object | The data associated with the interaction. |
| guildId | string | The ID of the guild where the interaction occurred. |
| client | Client | The client instance that received the interaction. |