Bit6GroupMember Class Reference
| Inherits from | NSObject |
| Declared in | Bit6Group.h |
Properties
address
The Bit6Address object associated with the sender.
@property (nonnull, nonatomic, copy, readonly) Bit6Address *addressDeclared In
Bit6Group.hgroup
The conversation the sender belongs to.
@property (nonnull, nonatomic, copy, readonly) Bit6Group *groupDeclared In
Bit6Group.hpublicProfile
The public profile of the group member.
@property (nullable, nonatomic, copy, readonly) NSDictionary<NSString*id> *publicProfileDeclared In
Bit6Group.hrole
The role of the sender inside the group. The return value can be one of three constants: Bit6GroupMemberRole_Admin, Bit6GroupMemberRole_User or Bit6GroupMemberRole_Left.
@property (nonnull, nonatomic, copy, readonly) NSString *roleDeclared In
Bit6Group.h