clearGroupHistoryMessage

功能介绍

清空群聊本地及云端的消息(不删除会话)

会话内的消息在本地删除的同时,在服务器也会同步删除。

如果不想清空云端消息,请不要使用本接口。

参数详解

参数名称 参数类型 是否必填 描述
groupID string 需要删除的群组id

返回模板

V2TimCallback

{
    code : number
    desc : string
}

返回值详解

名称 数值类型 描述
code number 请求结果错误码
desc string 请求结果描述

代码示例

import { TencentImSDKPlugin } from 'react-native-tim-js';

// 清空群聊本地及云端的消息(不删除会话)
const clearGroupHistoryMessageRes = await TencentImSDKPlugin.v2TIMManager
    .getMessageManager()
    .clearGroupHistoryMessage('groupID'); // 需要清空记录的群组id
if (clearGroupHistoryMessageRes.code === 0) {
    //清除成功
}

results matching ""

    No results matching ""