Type Alias CollectedMessageInteraction<Cached>

CollectedMessageInteraction: Exclude<
    CollectedInteraction<Cached>,
    ModalSubmitInteraction,
>

Type Parameters