NIMMessageChatroomExtension Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMMessageChatroomExtension.h |
roomNickname
用户在聊天室内的昵称
@property (nullable, nonatomic, copy) NSString *roomNickname
Discussion
用户在聊天室内的昵称
Declared In
NIMMessageChatroomExtension.h
roomAvatar
用户在聊天室内的头像
@property (nullable, nonatomic, copy) NSString *roomAvatar
Discussion
用户在聊天室内的头像
Declared In
NIMMessageChatroomExtension.h
roomAvatarThumbnail
用户在聊天室内的头像缩略图
@property (nullable, nonatomic, copy, readonly) NSString *roomAvatarThumbnail
Discussion
用户在聊天室内的头像缩略图
仅适用于使用云信上传服务进行上传的资源,否则无效。
Declared In
NIMMessageChatroomExtension.h
roomExt
用户在当前聊天室的拓展信息
@property (nullable, nonatomic, copy) NSString *roomExt
Discussion
用户在当前聊天室的拓展信息
Declared In
NIMMessageChatroomExtension.h