NIMTeamMember Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | NSCopying |
| Declared in | NIMTeamMember.h |
teamId
Group ID
@property (nullable, nonatomic, copy, readonly) NSString *teamIdDiscussion
Group ID
Declared In
NIMTeamMember.h
userId
User ID
@property (nullable, nonatomic, copy, readonly) NSString *userIdDiscussion
User ID
Declared In
NIMTeamMember.h
invitor
Inviter ID @dicusssion This field is valid only when the member is the current user You cannot view the inviters of other group members
@property (nullable, nonatomic, copy, readonly) NSString *invitorDiscussion
Inviter ID @dicusssion This field is valid only when the member is the current user You cannot view the inviters of other group members
Declared In
NIMTeamMember.h
inviterAccid
Accid of an inviter
@property (nullable, nonatomic, copy, readonly) NSString *inviterAccidDiscussion
Accid of an inviter
If the value is @“” or the accid of a user, the user has no inviter. If the value is nil, you must call the interface to get the accid
Declared In
NIMTeamMember.h
type
Group member type
@property (nonatomic, assign) NIMTeamMemberType typeDiscussion
Group member type
Declared In
NIMTeamMember.h
nickname
Group nickname
@property (nullable, nonatomic, copy) NSString *nicknameDiscussion
Group nickname
Declared In
NIMTeamMember.h
isMuted
Check if the user is muted
@property (nonatomic, assign, readonly) BOOL isMutedDiscussion
Check if the user is muted
Declared In
NIMTeamMember.h
createTime
Time a user joined a group
@property (nonatomic, assign, readonly) NSTimeInterval createTimeDiscussion
Time a user joined a group
Declared In
NIMTeamMember.h
customInfo
Custom field of a new group member
@property (nullable, nonatomic, copy) NSString *customInfoDiscussion
Custom field of a new group member
Declared In
NIMTeamMember.h