Skip to content

SelectMenuInteraction

SelectMenuInteraction ⇐ MessageComponentInteraction

Represents an interaction with a select menu component.

Kind: global class
Extends: MessageComponentInteraction

new SelectMenuInteraction([data], guildId, client)

Constructs a new instance of the class.

ParamTypeDescription
[data]ObjectThe data object for the instance.
guildIdstringThe ID of the guild.
clientClientThe client instance.