SelectMenuInteraction
A ComponentInteraction created when a user interacts with a select menu.
Inheritors
Properties
The id of the application the interaction is for.
The behavior of the channel the interaction was sent from.
The Component that triggered the interaction.
For monetized apps, any Entitlements for the invoking user, representing access to premium Skus.
The guild's preferred locale, if invoked in a guild.
The resolved object is included in interaction payloads for user, role, mentionable, and channel select menu components
The supplier used to request entities.
The type of the interaction.
Functions
Acknowledges the interaction with the intent of updating the original public message later by calling edit on the returned object.
Acknowledges the interaction with the intent of responding with a public message later by calling respond on the returned object.
Acknowledges the interaction with the intent of responding with a public message later by calling edit on the returned object.
Returns the initial interaction response.
Returns the initial interaction response or null
if it was not found.
Responds to the interaction with a popup modal.
Responds to the interaction with an ephemeral message.
Responds to the interaction with a public message.
Responds to the interaction by updating the original ephemeral message.
Responds to the interaction by updating the original public message.