export interface MessageChannelComponentCollectorOptions<Interaction extends CollectedMessageInteraction, Cached extends CacheType = CacheType,> extends MessageComponentCollectorOptions<Interaction>Type Parameters
Interaction extends CollectedMessageInteraction
externalcomponentType : ComponentType
The type of component to listen for
Inherited from: MessageComponentCollectorOptions
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
Inherited from: MessageComponentCollectorOptions
optionalmaxComponents? : number
The maximum number of components to collect
Inherited from: MessageComponentCollectorOptions
optionalmaxUsers? : number
The maximum number of users to interact
Inherited from: MessageComponentCollectorOptions
optionalmessage? : CacheTypeReducer<Cached, Message, APIMessage>
externaltime : number
Time to wait for an interaction before rejecting
Inherited from: AwaitMessageComponentOptions