All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pubnub.internal.models.server.history.ServerFetchMessagesResult.kt Maven / Gradle / Ivy

package com.pubnub.internal.models.server.history

import com.pubnub.api.models.consumer.PNBoundedPage

data class ServerFetchMessagesResult(
    val channels: Map>,
    val page: PNBoundedPage?,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy