onMessageReactionRemoveAll property

Stream<MessageReactionRemoveAllEvent> onMessageReactionRemoveAll
inherited

A Stream of MessageReactionRemoveAllEvents received by this client.

Implementation

Stream<MessageReactionRemoveAllEvent> get onMessageReactionRemoveAll => onEvent.whereType<MessageReactionRemoveAllEvent>();