//pubnub-kotlin-core-api/com.pubnub.api.models.consumer.history/PNFetchMessagesResult
[common]
data class PNFetchMessagesResult(val channels: Map<String, List<PNFetchMessageItem>>, val page: PNBoundedPage?)
Result of the FetchMessages operation.
PNFetchMessagesResult | [common] constructor(channels: Map<String, List<PNFetchMessageItem>>, page: PNBoundedPage?) |
Name | Summary |
---|---|
channels | [common] val channels: Map<String, List<PNFetchMessageItem>> Map of channels and their respective lists of PNFetchMessageItem. |
page | [common] val page: PNBoundedPage? |