interface AwaitMessageComponentOptions
extends
CollectorOptions<[Interaction, Collection<Snowflake, Interaction>]>export interface AwaitMessageComponentOptions<Interaction extends CollectedMessageInteraction> extends CollectorOptions<[Interaction, Collection<Snowflake, Interaction>]>
An object containing the same properties as CollectorOptions, but a few more:
Type Parameters
CollectedMessageInteraction Interaction extends
optionalComponentType componentType? :
The type of component interaction to collect
externalboolean dispose :
Whether to remove the message component interaction after collecting
externalCollectorFilter filter :
The filter applied to this collector
externalnumber idle :
Time to wait without another message component interaction before ending the collector
externalnumber time :
Time to wait for an interaction before rejecting