MessageComponentCollectorOptions

export interface MessageComponentCollectorOptions<Interaction extends CollectedMessageInteraction> extends Omit<InteractionCollectorOptions<Interaction>, 'channel' | 'message' | 'guild' | 'interactionType'>
export interface MessageComponentCollectorOptions<Interaction extends CollectedMessageInteraction> extends Omit<InteractionCollectorOptions<Interaction>, 'channel' | 'message' | 'guild' | 'interactionType'>

No summary provided.

Extends

Omit<InteractionCollectorOptions<Interaction>, 'channel' | 'message' | 'guild' | 'interactionType'>
NameConstraintsOptionalDefaultDescription
InteractionCollectedMessageInteractionNoNone
componentType:ComponentType
The type of component to listen for
max:number
The maximum total amount of interactions to collect
maxComponents:number
The maximum number of components to collect
maxUsers:number
The maximum number of users to interact