| ShengwangChatSDK 1.3.2
    | 
#import <AgoraChatThread.h>
 
 | 属性 | |
| NSString * | threadId | 
| NSString * | threadName | 
| NSString * | owner | 
| NSString * | messageId | 
| NSString * | parentId | 
| int | membersCount | 
| int | messageCount | 
| NSInteger | createAt | 
| AgoraChatMessage * | lastMessage | 
The message thread model class, which defines attributes of a message thread.
| 
 | readatomicassign | 
The Unix timestamp when the message thread is created. The unit is millisecond.
| 
 | readatomicassign | 
The last reply in the message thread.
If this attribute is empty, the last reply is withdrawn.
| 
 | 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. 
| 
 | readatomicassign | 
The number of messages in a message thread.
| 
 | 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.
| 
 | readatomicassign | 
The message thread creator.
| 
 | readatomicassign | 
The group ID where the message thread belongs.
| 
 | readatomicassign | 
The message thread ID.
| 
 | readwritenonatomicstrong | 
The message thread name.