MXChatMemberInfo Class Reference

Inherits from NSObject
Declared in MXChatMemberInfo.h

Overview

@class MXChatMemberInfo

The class define the chat member info.

  uniqueID

@property uniqueID

@property (nonatomic, readonly, copy) NSString *uniqueID

Discussion

The member’s unique id.

Declared In

MXChatMemberInfo.h

  orgID

@property orgID

@property (nonatomic, readonly, copy) NSString *orgID

Discussion

The member’s org id.

Declared In

MXChatMemberInfo.h

  firstName

@property firstName

@property (nonatomic, readonly, copy) NSString *firstName

Discussion

The user’s firstname.

Declared In

MXChatMemberInfo.h

  lastName

@property lastName

@property (nonatomic, readonly, copy) NSString *lastName

Discussion

The user’s lastName.

Declared In

MXChatMemberInfo.h

  avatarPath

@property avatarPath

@property (nonatomic, readonly, copy) NSString *avatarPath

Discussion

The user’s avatar path.

Declared In

MXChatMemberInfo.h

  status

@property status

@property (nonatomic, readonly, assign) MXChatMemberStatus status

Discussion

The member’s status in chat.

Declared In

MXChatMemberInfo.h