我正在使用 QBChatMessage 来获取聊天中发送的所有消息。
如何获取发件人的个人资料照片和用户 ID?
用户身份:
message.senderID
头像:
1)通过ID获取用户正文:
[QBUsers userWithID:message.senderID delegate:self];
2)下载头像http://quickblox.com/developers/SimpleSample-users-ios#Update_profile_picture_.28avatar.29