Package ai.nexconn.chat.user.model
Class FriendClearedEvent
-
- All Implemented Interfaces:
public final class FriendClearedEventEvent for all friends being cleared.
Note: This operation can only be initiated by the server.
-
-
Field Summary
Fields Modifier and Type Field Description private final LongoperationTime
-
Constructor Summary
Constructors Constructor Description FriendClearedEvent(Long operationTime)
-
Method Summary
Modifier and Type Method Description final LonggetOperationTime()Operation timestamp -
-
Method Detail
-
getOperationTime
final Long getOperationTime()
Operation timestamp
-
-
-
-