Indicators
Typing indicators
Write permission: own user only
Update
PATCH
/api/v1/indicators/:idUpdate the last active time of an indicator.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
id | string | Yes | |
lastActiveAt | number | No |
Example
Terminal
Response
Delete
DELETE
/api/v1/indicators/:idRemove a typing indicator.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
id | string | Yes |
Example
Terminal
Response
Insert
POST
/api/v1/indicatorsCreate a typing indicator for real-time presence.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
type | string | Yes | |
serverId | string | No | |
channelId | string | No | |
threadId | string | No | |
lastActiveAt | number | No |
Example
Terminal
Response