onPingInteraction property

Stream<InteractionCreateEvent<PingInteraction>> onPingInteraction
inherited

A Stream of PingInteractions received by this client.

Implementation

Stream<InteractionCreateEvent<PingInteraction>> get onPingInteraction => onInteractionCreate.whereType<InteractionCreateEvent<PingInteraction>>();