Mute Notification
Mute Chat#
To Mute the chat use below method which disables the notification for the chat when the new messages are received or any action on group chat.
| Status | Description | Type | Required |
|---|---|---|---|
TO_JID | Array of To User/Group JIDs | JID Array | true |
IS_MUTED | true for muting the chat, false for removing | Boolean | true |
Mute Notification Settings#
Use the following method to manage notification settings, enabling or disabling notifications when any action occurs.
| Status | Description | Type | Required |
|---|---|---|---|
IS_MUTED | true for muting the notification, false for removing | Boolean | true |
Get All Muted Chats and Mute Notification Settings#
Use the following method to retrieve all muted chats and the mute notification settings.
Example Response#
note
Returns the mutedChat array list only if there are muted chats.