Class MessageEditItem
- java.lang.Object
-
- com.restfb.types.webhook.messaging.MessageEditItem
-
- All Implemented Interfaces:
InnerMessagingItem
public class MessageEditItem extends Object implements InnerMessagingItem
-
-
Constructor Summary
Constructors Constructor Description MessageEditItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMid()
The Message ID of the message that the user edited.Integer
getNumEdit()
The number of times the user has edited the message.String
getText()
The new message content, after the user's edit.void
setMid(String mid)
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
setText(String text)
The new message content, after the user's edit.
-
-
-
Constructor Detail
-
MessageEditItem
public MessageEditItem()
-
-
Method Detail
-
getNumEdit
public Integer 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
public void setNumEdit(Integer numEdit)
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.)
-
-