Agora RTC Objective-C API Reference  Refactor
Properties
AgoraRtmGetHistoryMessagesResponse Class Reference

Inherits <NSObject>.

Properties

NSArray< AgoraRtmHistoryMessage * > * messageList
 
unsigned long long newStart
 

Property Documentation

◆ messageList

- (NSArray<AgoraRtmHistoryMessage *>*) messageList
readwritenonatomiccopy

messageList The history message list.

◆ newStart

- (unsigned long long) newStart
readwritenonatomicassign

newStart The timestamp of next history message. If newStart is 0, means there are no more history messages.