onModalSubmitInteraction property

Stream<InteractionCreateEvent<ModalSubmitInteraction>> onModalSubmitInteraction
inherited

A Stream of ModalSubmitInteractions received by this client.

Implementation

Stream<InteractionCreateEvent<ModalSubmitInteraction>> get onModalSubmitInteraction =>
    onInteractionCreate.whereType<InteractionCreateEvent<ModalSubmitInteraction>>();