2

我正在使用 QBChatMessage 来获取聊天中发送的所有消息。

如何获取发件人的个人资料照片和用户 ID?

4

1 回答 1

1

用户身份:

message.senderID

头像:

1)通过ID获取用户正文:

 [QBUsers userWithID:message.senderID delegate:self];

2)下载头像http://quickblox.com/developers/SimpleSample-users-ios#Update_profile_picture_.28avatar.29

于 2013-07-01T10:09:23.303 回答