PNHistoryResult

class PNHistoryResult(val messages: List<PNHistoryItemResult>, val startTimetoken: Long, val endTimetoken: Long)

Result of a History operation.

Constructors

Link copied to clipboard
constructor(messages: List<PNHistoryItemResult>, startTimetoken: Long, endTimetoken: Long)

Types

Link copied to clipboard
object Companion

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.