Package com.slack.api.model.event
Class ReactionAddedEvent
java.lang.Object
com.slack.api.model.event.ReactionAddedEvent
- All Implemented Interfaces:
Event,Serializable
public class ReactionAddedEvent extends Object implements Event
When a reaction is added to an item the reaction_added event is sent to all connected clients
for users who can see the content that was reacted to.
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_added events related to these messages will not include an item_user.
The item field is a brief reference to what was reacted to. The above example describes a reaction to a message.
https://api.slack.com/events/reaction_added
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReactionAddedEvent.Item -
Field Summary
-
Constructor Summary
Constructors Constructor Description ReactionAddedEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetEventTs()ReactionAddedEvent.ItemgetItem()StringgetItemUser()StringgetReaction()StringgetType()StringgetUser()inthashCode()voidsetEventTs(String eventTs)voidsetItem(ReactionAddedEvent.Item item)voidsetItemUser(String itemUser)voidsetReaction(String reaction)voidsetUser(String user)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ReactionAddedEvent
public ReactionAddedEvent()
-
-
Method Details
-
getType
-
getUser
-
getReaction
-
getItemUser
-
getItem
-
getEventTs
-
setUser
-
setReaction
-
setItemUser
-
setItem
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-