v1

latestOpenAPI 3.1.02026-07-1413113265.9 KB
chat

unmute chat

Removes mute settings from a specified chat, allowing notifications to be received again.

post/instances/{id}/client/action/unmute-chat

Path parameters

idinteger required

The ID of the instance

Request body

chatIdstring required

Chat ID <countrycode_short><usernumber>@c.us or @g.us for groups

Example request

{
  "chatId": "50664083362@c.us"
}

Response

Chat unmuted successfully

status'success' | 'error'
instanceIdstring

ID of the instance

Example response

{
  "status": "success",
  "instanceId": "1",
  "data": {
    "chatUnmuted": true
  }
}