NIMTeamMember Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NSCopying |
Declared in | NIMTeamMember.h |
teamId
Group ID
@property (nullable, nonatomic, copy, readonly) NSString *teamId
Discussion
Group ID
Declared In
NIMTeamMember.h
userId
User ID
@property (nullable, nonatomic, copy, readonly) NSString *userId
Discussion
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 *invitor
Discussion
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 *inviterAccid
Discussion
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 type
Discussion
Group member type
Declared In
NIMTeamMember.h
nickname
Group nickname
@property (nullable, nonatomic, copy) NSString *nickname
Discussion
Group nickname
Declared In
NIMTeamMember.h
isMuted
Check if the user is muted
@property (nonatomic, assign, readonly) BOOL isMuted
Discussion
Check if the user is muted
Declared In
NIMTeamMember.h
createTime
Time a user joined a group
@property (nonatomic, assign, readonly) NSTimeInterval createTime
Discussion
Time a user joined a group
Declared In
NIMTeamMember.h
customInfo
Custom field of a new group member
@property (nullable, nonatomic, copy) NSString *customInfo
Discussion
Custom field of a new group member
Declared In
NIMTeamMember.h