Uses of Class
com.restfb.types.webhook.messaging.MessageReaction
-
Packages that use MessageReaction Package Description com.restfb.types.webhook.messaging com.restfb.webhook -
-
Uses of MessageReaction in com.restfb.types.webhook.messaging
Methods in com.restfb.types.webhook.messaging that return MessageReaction Modifier and Type Method Description MessageReaction
MessagingItem. getReaction()
Methods in com.restfb.types.webhook.messaging with parameters of type MessageReaction Modifier and Type Method Description void
MessagingItem. setReaction(MessageReaction reaction)
-
Uses of MessageReaction in com.restfb.webhook
Methods in com.restfb.webhook with parameters of type MessageReaction Modifier and Type Method Description void
AbstractWebhookMessagingListener. reaction(MessageReaction reaction, MessagingParticipant recipient, MessagingParticipant sender, Date timestamp)
void
WebhookMessagingListener. reaction(MessageReaction reaction, MessagingParticipant recipient, MessagingParticipant sender, Date timestamp)
-