-
-
Notifications
You must be signed in to change notification settings - Fork 0
UserManager
Calculus edited this page Feb 23, 2024
·
6 revisions
The manager for any and all, cached or uncached, users.
extends BaseManager
Whether you have been blocked in a private chat with the user.
Create an account.
Fetch a user profile.
| Name | Type | Optional |
|---|---|---|
| id | string | No |
| options | object | Yes |
Check if a user has blocked the client? Unsure what this does.
| Name | Type | Optional |
|---|---|---|
| options | object | Yes |
Fetch an active or inactive private DM with a user.
| Name | Type | Optional |
|---|---|---|
| userId | string | No |
| options | object | Yes |
Find a random user profile.
| Name | Type | Optional |
|---|---|---|
| lastUsers | Array | Yes |
| options | object | Yes |
Send a gift to a user.
| Name | Type | Optional |
|---|---|---|
| userId | string | No |
| options | object | Yes |
Search for a user.
| Name | Type | Optional |
|---|---|---|
| query | string | No |
| options | object | Yes |
A powerful library for interacting with the AntiLand API