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

commonMain.com.pubnub.api.models.consumer.history.PNMessageCountResult.kt Maven / Gradle / Ivy

package com.pubnub.api.models.consumer.history

/**
 * Result of the MessageCounts operation.
 *
 * @property channels A map with values of Long for each channel. Channels without messages have a count of 0.
 * Channels with 10,000 messages or more have a count of `10000`.
 */
class PNMessageCountResult(
    val channels: Map,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy