PNFetchMessagesResult

data class PNFetchMessagesResult(val channels: Map<String, List<PNFetchMessageItem>>, val page: PNBoundedPage?)

Result of the FetchMessages operation.

Constructors

Link copied to clipboard
constructor(channels: Map<String, List<PNFetchMessageItem>>, page: PNBoundedPage?)

Properties

Link copied to clipboard

Map of channels and their respective lists of PNFetchMessageItem.

Link copied to clipboard