onApplicationCommandAutocompleteInteraction property

Stream<InteractionCreateEvent<ApplicationCommandAutocompleteInteraction>> onApplicationCommandAutocompleteInteraction
inherited

A Stream of ApplicationCommandAutocompleteInteractions received by this client.

Implementation

Stream<InteractionCreateEvent<ApplicationCommandAutocompleteInteraction>> get onApplicationCommandAutocompleteInteraction =>
    onInteractionCreate.whereType<InteractionCreateEvent<ApplicationCommandAutocompleteInteraction>>();