Table of Contents

Sending typing status

Typing status is sent for a specific contact; after that, the recipient will see the “typing” indicator from this number for 15 seconds.

Request command

To send this request, issue a POST request to:

https://whatsgate.org/api/v1/typing

Request body object

The request body must contain:

{
  "WhatsappID": "YOUR_WHATSAPP_ID",
  "recipient": {
    "id": "79999999999@c.us"
  }
}

Response object

Successful response object

{
  "result": "OK"
}