注册

获取到好友列表后,怎么获取每个好友的未读数量和最后一条消息?

能够获取好友的名字,但是每个名字对应的会话时间,最后一条消息,还有未读消息数量怎么获取??求助,谢谢!!!
已邀请:
        _conversation = [[EMClient sharedClient].chatManager getConversation:conversationChatter type:conversationType createIfNotExist:YES];  先获取每个好友的会话,然后获取这个会话的最后一条消息和未读数量,分别是conversation.latestmessage 和 conversation.unreadmessagescount。

要回复问题请先登录注册