Recall a System Notification
Recalling a specified message essentially involves sending a recall command message. Upon receiving the recall command message, the original target message will be deleted on the mobile end, and a notification message with objectName
as RC:RcNtf
will be generated. The chat UI can display this notification based on RC:RcNtf
.
The recall command message will also be stored in the historical messages. When the SDK retrieves historical messages, it will fetch both the recall command message and the original message that was recalled. The mobile SDK has already implemented the deletion logic internally, so developers do not need to handle it additionally.
Interface Description
Use the Recall Message interface to recall system notification messages. Note, the conversationType
in the input parameters should be set to 6
(system conversation).
POST /message/recall.json
For detailed usage instructions of the above interface, please refer to Message Recall.
Supported System Notifications for Recall
The following interfaces support recalling system conversation messages:
/message/system/publish.json
, see Send System Notification Regular Message./message/system/publish_template.json
, see Send System Notification Template Message.