NIMMessageChatroomExtension Class Reference

Inherits from NSObject
Declared in NIMMessageChatroomExtension.h

Overview

消息内的聊天室拓展信息

用户进入聊天室时填的 NIMChatroomEnterRequest 中的额外信息将在发送聊天室信息时将转换为消息中聊天拓展信息

  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