-
-
Notifications
You must be signed in to change notification settings - Fork 0
ModeratorManager
Calculus edited this page Mar 1, 2024
·
1 revision
The manager for any and all, cached or uncached, group moderators.
extends BaseManager
.manageable : boolean
Whether the client user can manage moderators for this group chat.
Add a user as a moderator of this group chat.
| Name | Type | Optional |
|---|---|---|
| userId | string | No |
Fetch any or all active moderators in the chat.
| Name | Type | Optional |
|---|---|---|
| userId | string | Yes |
| options | object | Yes |
Revoke the moderator status of a moderator.
| Name | Type | Optional |
|---|---|---|
| userId | string | No |
A powerful library for interacting with the AntiLand API