PNHistoryResult
class PNHistoryResult(val messages: List<PNHistoryItemResult>, val startTimetoken: Long, val endTimetoken: Long)
Result of a History operation.
Properties
Link copied to clipboard
End timetoken of the returned list of messages.
Link copied to clipboard
List of messages as instances of PNHistoryItemResult.
Link copied to clipboard
Start timetoken of the returned list of messages.