Class: Discordrb::Events::ReactionRemoveEmojiEvent
- Inherits:
-
ReactionRemoveAllEvent
- Object
- Event
- ReactionRemoveAllEvent
- Discordrb::Events::ReactionRemoveEmojiEvent
- Defined in:
- lib/discordrb/events/reactions.rb
Overview
Event raised when all instances of a single reaction are removed from a message.
Instance Attribute Summary collapse
-
#emoji ⇒ Emoji
readonly
The emoji that was removed.
Attributes included from Respondable
Attributes inherited from Event
Method Summary
Methods inherited from ReactionRemoveAllEvent
Methods included from Respondable
#<<, #drain, #drain_into, #send_embed, #send_message, #send_message!, #send_temporary_message
Instance Attribute Details
#emoji ⇒ Emoji (readonly)
Returns the emoji that was removed.
186 187 188 |
# File 'lib/discordrb/events/reactions.rb', line 186 def emoji @emoji end |