Group Favorites Changed Sync Event
Group favorites (special-follow) multi-device sync event.
Delivered when favorites changes are synced across devices.
Parameters
group Id
Group ID
operation Type
Whether the change was an addition or removal
user Ids
List of user IDs that were added to or removed from favorites
operation Time
Operation timestamp in milliseconds
Constructors
Link copied to clipboard
public GroupFavoritesChangedSyncEvent GroupFavoritesChangedSyncEvent(String groupId, GroupOperationType operationType, List<String> userIds, Long operationTime)