Package com.slack.api.model.event
Class ReactionRemovedEvent
java.lang.Object
com.slack.api.model.event.ReactionRemovedEvent
- All Implemented Interfaces:
Event,Serializable
When a reaction is removed from an item the reaction_removed event is sent to all connected clients
for users who can see the content that had the reaction.
The user field indicates the ID of the user who performed this event. The item_user field represents the ID of the user that created the original item that has been reacted to.
Some messages aren't authored by "users," like those created by incoming webhooks. reaction_removed events related to these messages will not include an item_user.
The item field is a brief reference to what the reaction was attached to. The above example describes a reaction being removed from a message.
https://api.slack.com/events/reaction_removed
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetItem()getType()getUser()inthashCode()voidsetEventTs(String eventTs) voidvoidsetItemUser(String itemUser) voidsetReaction(String reaction) voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.slack.api.model.event.Event
getSubtype
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
ReactionRemovedEvent
public ReactionRemovedEvent()
-
-
Method Details
-
getType
-
getUser
-
getReaction
-
getItemUser
-
getItem
-
getEventTs
-
setUser
-
setReaction
-
setItemUser
-
setItem
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-