SelectMenuInteraction
SelectMenuInteraction ⇐ MessageComponentInteraction
Section titled “SelectMenuInteraction ⇐ MessageComponentInteraction”Represents an interaction with a select menu component.
Kind: global class
Extends: MessageComponentInteraction
new SelectMenuInteraction([data], guildId, client)
Section titled “new SelectMenuInteraction([data], guildId, client)”Constructs a new instance of the class.
| Param | Type | Description |
|---|---|---|
| [data] | Object | The data object for the instance. |
| guildId | string | The ID of the guild. |
| client | Client | The client instance. |