Function: isMessageMentionableSelectInteractionData()
isMessageMentionableSelectInteractionData(
interaction
:ActionRowComponentOptions
):interaction is MentionableSelectMenuComponentData
Checks if the given interaction is a mentionable select interaction.
Parameters
Parameter | Type | Description |
---|---|---|
interaction | ActionRowComponentOptions | The interaction to check. |
Returns
interaction is MentionableSelectMenuComponentData
True if the interaction is a mentionable select interaction, false otherwise.
Defined in
projects/utilities/packages/discord.js-utilities/src/lib/PaginatedMessages/utils.ts:99