MessageChannelComponentCollectorOptions

export type MessageChannelComponentCollectorOptions<Interaction extends CollectedMessageInteraction> = Omit< InteractionCollectorOptions<Interaction>, 'channel' | 'guild' | 'interactionType'>;
export type MessageChannelComponentCollectorOptions<Interaction extends CollectedMessageInteraction> = Omit< InteractionCollectorOptions<Interaction>, 'channel' | 'guild' | 'interactionType'>;

No summary provided.