AgoraChatSDK 1.2.0
Properties | List of all members
AgoraChatThread Class Reference

#import <AgoraChatThread.h>

Inheritance diagram for AgoraChatThread:

Properties

NSString * threadId
 
NSString * threadName
 
NSString * owner
 
NSString * messageId
 
NSString * parentId
 
int membersCount
 
int messageCount
 
int createAt
 
AgoraChatMessagelastMessage
 

Detailed Description

The message thread model class, which defines attributes of a message thread.

Property Documentation

◆ createAt

- (int) createAt
readatomicassign

The Unix timestamp when the message thread is created. The unit is millisecond.

◆ lastMessage

- (AgoraChatMessage*) lastMessage
readatomicassign

The last reply in the message thread.

If this attribute is empty, the last reply is withdrawn.

◆ membersCount

- (int) membersCount
readatomicassign

The count of members in the message thread.

This attribute exists only after you call IAgoraChatThread#getChatThreadDetail: to get details of a message thread.

◆ messageCount

- (int) messageCount
readatomicassign

The number of messages in a message thread.

◆ messageId

- (NSString*) messageId
readatomicassign

The ID of the parent message of the message thread.

If this attribute is empty, the parent message of the message thread is withdrawn.

◆ owner

- (NSString*) owner
readatomicassign

The message thread creator.

◆ parentId

- (NSString*) parentId
readatomicassign

The group ID where the message thread belongs.

◆ threadId

- (NSString*) threadId
readatomicassign

The message thread ID.

◆ threadName

- (NSString*) threadName
readwritenonatomicstrong

The message thread name.


The documentation for this class was generated from the following file: