-
-
Notifications
You must be signed in to change notification settings - Fork 0
ClientFriendManager
Calculus edited this page Feb 24, 2024
·
1 revision
The manager for any and all, cached or uncached, users that are friends with the client user.
extends FriendManager
.pending : object
Responsible for caching incoming and outgoing friend requests.
Accept an incoming friend request.
| Name | Type | Optional |
|---|---|---|
| userId | string | No |
Check whether a user is your friend.
| Name | Type | Optional |
|---|---|---|
| userId | string | No |
Send a friend request to a user.
| Name | Type | Optional |
|---|---|---|
| userId | string | No |
| check | boolean | Yes |
Reject an incoming friend request.
| Name | Type | Optional |
|---|---|---|
| userId | string | No |
Remove a user from your list of friends.
| Name | Type | Optional |
|---|---|---|
| userId | string | No |
A powerful library for interacting with the AntiLand API