首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >腾讯IM sdk中tim.getMessageList的返回问题?

腾讯IM sdk中tim.getMessageList的返回问题?

提问于 2019-10-22 17:13:51
回答 1关注 1查看 2.6K

getMessageList 返回的消息列表中只有对方发过来的消息

var that = this;

tim.getMessageList({ conversationID: "C2C7", count: 15 }).then(function(imResponse) {

let messageList = imResponse.data.messageList; // 消息列表。

});

相关文章

相似问题

相关问答用户
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档