Skip to main content

Function: isMessageChannelSelectInteractionData()

isMessageChannelSelectInteractionData(interaction: ActionRowComponentOptions): interaction is ChannelSelectMenuComponentData

Checks if the given interaction is a channel select interaction.

Parameters

ParameterTypeDescription
interactionActionRowComponentOptionsThe interaction to check.

Returns

interaction is ChannelSelectMenuComponentData

True if the interaction is a channel select interaction, false otherwise.

Defined in

projects/utilities/packages/discord.js-utilities/src/lib/PaginatedMessages/utils.ts:108