이 페이지는 현재 영어로만 제공되며 한국어 버전은 곧 제공될 예정입니다. 기다려 주셔서 감사드립니다.

대화 삭제

Feature Description

If a user doesn't want to view the historical one-to-one or group messages after deleting a friend or leaving a group, the user can choose to delete the conversation.
Caution:
When a conversation is deleted, the historical messages will be deleted from both the client and the server and cannot be recovered.
Multi-client sync is disabled for conversation deletion by default and can be enabled in the IM console.

Deleting a Conversation

Call the ConvDelete API (Details) to delete a specified conversation.
Sample code:
// Delete a specified conversation
TIMResult res = TencentIMSDK.ConvDelete(conv_id, conv_type, (int code, string desc, string user_data)=>{
// Process the async logic
});