public class ReactionRemovedEvent extends Object implements Event
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
| Modifier and Type | Class and Description |
|---|---|
static class |
ReactionRemovedEvent.Item |
| Constructor and Description |
|---|
ReactionRemovedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getEventTs() |
ReactionRemovedEvent.Item |
getItem() |
String |
getItemUser() |
String |
getReaction() |
String |
getType() |
String |
getUser() |
int |
hashCode() |
void |
setEventTs(String eventTs) |
void |
setItem(ReactionRemovedEvent.Item item) |
void |
setItemUser(String itemUser) |
void |
setReaction(String reaction) |
void |
setUser(String user) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public String getUser()
public String getReaction()
public String getItemUser()
public ReactionRemovedEvent.Item getItem()
public String getEventTs()
public void setUser(String user)
public void setReaction(String reaction)
public void setItemUser(String itemUser)
public void setItem(ReactionRemovedEvent.Item item)
public void setEventTs(String eventTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.