Sends a presence update to a contact or group asynchronously.
{
"number": "5511999999999",
"presence": "composing",
"delay": 30000
}
{
"number": "5511999999999",
"presence": "recording",
"delay": 60000
}
{
"number": "5511999999999",
"presence": "paused"
}
{
"number": "5511999999999",
"presence": "composing"
}
Recipient number in international format (e.g., 5511999999999)
"5511999999999"
Type of presence to be sent
composing, recording, paused "composing"
Duration in milliseconds that the presence will remain active (maximum 5 minutes = 300000ms). If not informed or value greater than 5 minutes, uses the default limit of 5 minutes. The presence is resent every 10 seconds during this period.
x <= 30000030000
Presence updated successfully
Confirmation message
"Chat presence sent successfully"