-
-
Notifications
You must be signed in to change notification settings - Fork 0
MessageManager
Calculus edited this page Feb 26, 2024
·
1 revision
The manager for any and all, cached or uncached, messages.
extends BaseManager
Await messages that meet specified conditions.
| Name | Type | Optional |
|---|---|---|
| options | object | Yes |
Bulk delete messages.
| Name | Type | Optional |
|---|---|---|
| options | object | Yes |
Create a message.
| Name | Type | Optional |
|---|---|---|
| content | string | No |
| options | object | Yes |
Delete a message.
| Name | Type | Optional |
|---|---|---|
| messageId | string | No |
Edit a message.
| Name | Type | Optional |
|---|---|---|
| messageId | string | No |
| content | string | No |
Fetch any or all messages in the chat.
| Name | Type | Optional |
|---|---|---|
| messageId | string | Yes |
| options | object | Yes |
Like a message.
| Name | Type | Optional |
|---|---|---|
| messageId | string | No |
Translate a message.
| Name | Type | Optional |
|---|---|---|
| messageId | string | No |
A powerful library for interacting with the AntiLand API