Inherits from NSObject
Declared in Bit6Group.h

Overview

A Bit6GroupMember object represents a member of a Bit6Group object.

Tasks

Properties

address

The Bit6Address object associated with the sender.

@property (nonnull, nonatomic, copy, readonly) Bit6Address *address

Declared In

Bit6Group.h

group

The conversation the sender belongs to.

@property (nonnull, nonatomic, copy, readonly) Bit6Group *group

Declared In

Bit6Group.h

publicProfile

The public profile of the group member.

@property (nullable, nonatomic, copy, readonly) NSDictionary<NSString*id> *publicProfile

Declared In

Bit6Group.h

role

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

Declared In

Bit6Group.h

seen

The last seen timestamp of the sender.

@property (nullable, nonatomic, copy, readonly) NSNumber *seen

Declared In

Bit6Group.h

status

The status of the sender.

@property (nullable, nonatomic, copy, readonly) NSString *status

Declared In

Bit6Group.h