Class MessageEditItem
java.lang.Object
com.restfb.types.webhook.messaging.MessageEditItem
- All Implemented Interfaces:
InnerMessagingItem
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMid()
The Message ID of the message that the user edited.The number of times the user has edited the message.getText()
The new message content, after the user's edit.void
The Message ID of the message that the user edited.void
setNumEdit
(Integer numEdit) The number of times the user has edited the message.void
The new message content, after the user's edit.
-
Constructor Details
-
MessageEditItem
public MessageEditItem()
-
-
Method Details
-
getMid
The Message ID of the message that the user edited. -
setMid
The Message ID of the message that the user edited. -
getText
The new message content, after the user's edit. -
setText
The new message content, after the user's edit. -
getNumEdit
The number of times the user has edited the message. (The user cannot edit a message more than five times. This constraint is on the Messenger client side.) -
setNumEdit
The number of times the user has edited the message. (The user cannot edit a message more than five times. This constraint is on the Messenger client side.)
-