{
"chatId": "71234567890@c.us",
"typingTime": 5000 // [milliseconds]. The time is limited by values from 1 to 20 seconds. If the field is missing, the notification will last for 1 second.
}
curl --location -g --request POST 'https://api.green-api.com/waInstance<Your idInstance from your Green API account>/sendTyping/<Your apiTokenInstance from your Green API account>' \
--header 'User-Agent: GREEN-API_POSTMAN/1.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatId": "71234567890@c.us",
"typingTime": 5000 // [milliseconds]. The time is limited by values from 1 to 20 seconds. If the field is missing, the notification will last for 1 second.
}'