CollectedMessageInteraction

export type CollectedMessageInteraction<Cached extends CacheType = CacheType> = Exclude<
CollectedInteraction<Cached>,
ModalSubmitInteraction
>;
export type CollectedMessageInteraction<Cached extends CacheType = CacheType> = Exclude<
CollectedInteraction<Cached>,
ModalSubmitInteraction
>;

No summary provided.