# Typing Indicators ## Send **post** `/api/send-typing-indicator` Send an indication that you are typing to a user. This shows up as the animated three dots on the recipient's device. Only available for existing chats and not supported in group chats. ### Returns - **error\_message:** `string` The error message if the status is ERROR - **number:** `string` The number you evaluated in E.164 format - **status:** `"SENT" OR "ERROR"` The status of the typing indicator you tried to send - `"SENT"` - `"ERROR"`