FriendRemoveEvent

public final class FriendRemoveEvent

Event data for friend removal.

Constructors

Link copied to clipboard
public FriendRemoveEvent FriendRemoveEvent(List<String> userIds, Long operationTime)

Properties

Link copied to clipboard
private final Long operationTime

Timestamp of the operation

Link copied to clipboard
private final List<String> userIds

List of removed friend user IDs

Functions

Link copied to clipboard
public final Long getOperationTime()

Timestamp of the operation

Link copied to clipboard
public final List<String> getUserIds()

List of removed friend user IDs