onMessageReactionRemoveEmoji property

Stream<MessageReactionRemoveEmojiEvent> onMessageReactionRemoveEmoji
getter/setter pair

Emitted when a bot removes all instances of a given emoji from the reactions of a message

Implementation

late Stream<MessageReactionRemoveEmojiEvent> onMessageReactionRemoveEmoji;