public class ChatRoomRecallAttachment extends ChatRoomNotificationAttachment
构造器和说明 |
---|
ChatRoomRecallAttachment() |
限定符和类型 | 方法和说明 |
---|---|
long |
getMsgTime()
获取被撤回消息的时间
|
java.lang.String |
getMsgUuid()
获取被撤回消息的uuid,可根据此id找到需要撤回的消息
|
void |
parse(JSONObject json) |
getExtension, getOperator, getOperatorNick, getTags, getTargetNicks, getTargets, toString
fromJson, getType, setType, toJson
public long getMsgTime()
public java.lang.String getMsgUuid()
public void parse(JSONObject json)
parse
在类中 ChatRoomNotificationAttachment