POST /api/v1/chats/{id}/typing
Request
"stopped" to clear the indicator:
Fields
| Field | Required | Notes |
|---|---|---|
state | Yes | typing or stopped. |
Response
Notes
| Behavior | What it means |
|---|---|
| Existing chats only | Create or receive a chat first, then send typing indicators. |
| Pinned line required | Chert sends the signal from the line already attached to the chat. |
| Best-effort | Recipients may not always see typing dots, depending on device state and network conditions. |

