SBDThreadInfo Class Reference

Inherits from NSObject
Conforms to SBDMappable
Declared in SBDThreadInfo.h

Overview

An object that represents the information about threaded messages, whose properties show how many replies the thread has received, who left the replies, and when the last reply was added.

Note: This class is available from 3.0.181

  replyCount

The total number of replies in a specific thread. A value of 0 indicates there is no reply in the thread.

@property (nonatomic, readonly) NSInteger replyCount

Availability

3.0.181

Declared In

SBDThreadInfo.h

  mostRepliedUsers

Users who left most replies in the thread. The order of users is based on the number of replies they made in the thread and the maximum size of the array can be adjusted per request.

@property (nonatomic, nonnull, strong, readonly) NSArray<SBDUser*> *mostRepliedUsers

Availability

3.0.181

Declared In

SBDThreadInfo.h

  lastRepliedAt

The time that the last reply was created, in Unix milliseconds format. A value of 0 indicates there is no reply in the thread.

@property (nonatomic, readonly) long long lastRepliedAt

Availability

3.0.181

Declared In

SBDThreadInfo.h