Skip to main content
Version: Next

ChannelSelectMenuKitPredicate

ChannelSelectMenuKitPredicate

Type for the predicate function that filters channel select menu interactions. It receives a ChannelSelectMenuInteraction and returns a boolean or a Promise that resolves to a boolean.

Signature
type ChannelSelectMenuKitPredicate = SelectMenuKitPredicate<ChannelSelectMenuInteraction>