Skip to main content

Function: isMessageMentionableSelectInteractionData()

isMessageMentionableSelectInteractionData(interaction: ActionRowComponentOptions): interaction is MentionableSelectMenuComponentData

Checks if the given interaction is a mentionable select interaction.

Parameters

ParameterTypeDescription
interactionActionRowComponentOptionsThe 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