TCHMember Class Reference

Inherits from NSObject
Declared in TCHMember.h

Overview

Representation of a Member on a chat channel.

  userInfo

The info for this member.

@property (nonatomic, strong, readonly) TCHUserInfo *userInfo

Discussion

The info for this member.

Declared In

TCHMember.h

  lastConsumedMessageIndex

Index of the last Message the Member has consumed in this Channel.

@property (nonatomic, copy, readonly) NSNumber *lastConsumedMessageIndex

Discussion

Index of the last Message the Member has consumed in this Channel.

Declared In

TCHMember.h

  lastConsumptionTimestamp

Timestamp the last consumption updated for the Member in this Channel.

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

Discussion

Timestamp the last consumption updated for the Member in this Channel.

Declared In

TCHMember.h

  lastConsumptionTimestampAsDate

Timestamp the last consumption updated for the Member in this Channel as an NSDate.

@property (nonatomic, strong, readonly) NSDate *lastConsumptionTimestampAsDate

Discussion

Timestamp the last consumption updated for the Member in this Channel as an NSDate.

Declared In

TCHMember.h