NIMMessageChatroomExtension Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | NIMMessageChatroomExtension.h | 
Overview
Extension info in messages in a chat room
Additional information specified when a user joins a chat room calling NIMChatroomEnterRequest.
  roomNickname
	Nickname of the current chat room
@property (nullable, nonatomic, copy) NSString *roomNicknameDiscussion
Nickname of the current chat room
Declared In
NIMMessageChatroomExtension.h
  roomAvatar
	Avatar of the current chat room
@property (nullable, nonatomic, copy) NSString *roomAvatarDiscussion
Avatar of the current chat room
Declared In
NIMMessageChatroomExtension.h
  roomAvatarThumbnail
	Thumbnail of an avatar in a chat room
@property (nullable, nonatomic, copy, readonly) NSString *roomAvatarThumbnailDiscussion
Thumbnail of an avatar in a chat room
only applicable to resources uploaded using CommsEase upload service. Otherwise the parameter will be invalid.
Declared In
NIMMessageChatroomExtension.h
  roomExt
	Extension field of the current chat room
@property (nullable, nonatomic, copy) NSString *roomExtDiscussion
Extension field of the current chat room
Declared In
NIMMessageChatroomExtension.h