onMessageReactionRemoveEmoji property

Stream<MessageReactionRemoveEmojiEvent> onMessageReactionRemoveEmoji
inherited

A Stream of MessageReactionRemoveEmojiEvents received by this client.

Implementation

Stream<MessageReactionRemoveEmojiEvent> get onMessageReactionRemoveEmoji => onEvent.whereType<MessageReactionRemoveEmojiEvent>();