Class DeleteEvent
-
- All Implemented Interfaces:
public class DeleteEvent
-
-
Constructor Summary
Constructors Constructor Description DeleteEvent(ChannelType conversationType, String targetId, Array<int> messageIds)
-
Method Summary
Modifier and Type Method Description ChannelTypegetConversationType()StringgetTargetId()Array<int>getMessageIds()-
-
Constructor Detail
-
DeleteEvent
DeleteEvent(ChannelType conversationType, String targetId, Array<int> messageIds)
-
-
Method Detail
-
getConversationType
ChannelType getConversationType()
-
getTargetId
String getTargetId()
-
getMessageIds
Array<int> getMessageIds()
-
-
-
-