NIMThreadTalkFetchResult Class Reference

Inherits from NSObject
Declared in NIMThreadTalkFetchResult.h

Overview

Interface to get a thread talk

  message

Get a thread message

@property (nonatomic, strong) NIMMessage *message

Discussion

Get a thread message

Declared In

NIMThreadTalkFetchResult.h

  subMessages

Child messages of a thread message

@property (nonatomic, strong) NSArray *subMessages

Discussion

Child messages of a thread message

Declared In

NIMThreadTalkFetchResult.h

  total

Total messages

@property (nonatomic, assign) int64_t total

Discussion

Total messages

Declared In

NIMThreadTalkFetchResult.h

  timestamp

Timestam of the last message in a thread message

@property (nonatomic, assign) NSTimeInterval timestamp

Discussion

Timestam of the last message in a thread message

Declared In

NIMThreadTalkFetchResult.h