Sending seen flag
The seen flag is sent for a specific contact. After that, the latest messages in the chat sent by that contact are marked as seen.
Request command
To send this request, issue a POST request to:
https://whatsgate.org/api/v1/seen
Request body object
The request body must contain:
{
"WhatsappID": "YOUR_WHATSAPP_ID",
"recipient": {
"id": "79999999999@c.us"
}
}
- WhatsappID - WhatsApp identifier in the system
- recipient - recipient object
Response object
Successful response object
{
"result": "OK"
}