interface MessageComponentCollectorOptions
extends
AwaitMessageComponentOptions<Interaction>export interface MessageComponentCollectorOptions<Interaction extends CollectedMessageInteraction> extends AwaitMessageComponentOptions<Interaction>Type Parameters
Interaction extends CollectedMessageInteraction
externalcomponentType : ComponentType
The type of component to listen for
externaldispose : boolean
Whether to remove the message component interaction after collecting
Inherited from: AwaitMessageComponentOptions
externalfilter : CollectorFilter
The filter applied to this collector
Inherited from: AwaitMessageComponentOptions
externalidle : number
Time to wait without another message component interaction before ending the collector
Inherited from: AwaitMessageComponentOptions
optionalmax? : number
The maximum total amount of interactions to collect
optionalmaxComponents? : number
The maximum number of components to collect
optionalmaxUsers? : number
The maximum number of users to interact
externaltime : number
Time to wait for an interaction before rejecting
Inherited from: AwaitMessageComponentOptions