PNFetchMessagesResult
data class PNFetchMessagesResult(val channels: Map<String, List<PNFetchMessageItem>>, val page: PNBoundedPage?)
Result of the FetchMessages operation.
Properties
Link copied to clipboard
Map of channels and their respective lists of PNFetchMessageItem.
Link copied to clipboard