Typing status is sent for a specific contact; after that, the recipient will see the “typing” indicator from this number for 15 seconds.
To send this request, issue a POST request to:
https://whatsgate.org/api/v1/typing
The request body must contain:
{
"WhatsappID": "YOUR_WHATSAPP_ID",
"recipient": {
"id": "79999999999@c.us"
}
}
Successful response object
{
"result": "OK"
}