Class MessageReaction
- java.lang.Object
-
- com.restfb.types.webhook.messaging.MessageReaction
-
- All Implemented Interfaces:
InnerMessagingItem
public class MessageReaction extends Object implements InnerMessagingItem
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MessageReaction.Action
-
Constructor Summary
Constructors Constructor Description MessageReaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageReaction.Action
getAction()
action of the reaction ("react", "unreact")String
getEmoji()
emoji of the reactionString
getMid()
message if of the message the reaction was made onString
getReaction()
description/name of the reaction
-
-
-
Constructor Detail
-
MessageReaction
public MessageReaction()
-
-
Method Detail
-
getAction
public MessageReaction.Action getAction()
action of the reaction ("react", "unreact")
-
getReaction
public String getReaction()
description/name of the reaction
-
-