Mute Notification
#
Mute ChatTo 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 SettingsUse 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 SettingsUse the following method to retrieve all muted chats and the mute notification settings.
#
Example Responsenote
Returns the mutedChat array list only if there are muted chats.