interface MessageComponentCollectorOptions
extends
Omit<InteractionCollectorOptions<Interaction>, 'channel' | 'message' | 'guild' | 'interactionType'>export interface MessageComponentCollectorOptions<Interaction extends CollectedMessageInteraction> extends Omit<InteractionCollectorOptions<Interaction>, 'channel' | 'message' | 'guild' | 'interactionType'>
Type Parameters
CollectedMessageInteraction Interaction extends
ComponentType componentType :
The type of component to listen for
number max :
The maximum total amount of interactions to collect
number maxComponents :
The maximum number of components to collect
number maxUsers :
The maximum number of users to interact