Ejemplo n.º 1
0
    public static void MsgClearHistoryMessage()
    {
        string conv_id = "287646";

        TIMResult res = TencentIMSDK.MsgClearHistoryMessage(conv_id, TIMConvType.kTIMConv_C2C, addAsyncDataToConsole);

        Utils.Log(((int)res).ToString());
        addDataToConsole(res);
    }