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 *roomNickname

Discussion

Nickname of the current chat room

Declared In

NIMMessageChatroomExtension.h

  roomAvatar

Avatar of the current chat room

@property (nullable, nonatomic, copy) NSString *roomAvatar

Discussion

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 *roomAvatarThumbnail

Discussion

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 *roomExt

Discussion

Extension field of the current chat room

Declared In

NIMMessageChatroomExtension.h