注册

怎么获取聊天列表里面聊天人员的最后一条信息和聊天时间

怎么获取聊天列表里面聊天人员的最后一条信息和聊天时间
已邀请:
 EMConversation *conversation = [[EaseMob sharedInstance].chatManager conversationForChatter:@"username" conversationType:eConversationTypeChat];

    

    EMMessage *message = conversation.latestMessageFromOthers;

    long timestamps = message.timestamp;

要回复问题请先登录注册