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

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

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

import com.google.gson.JsonElement
import com.google.gson.annotations.SerializedName
import com.pubnub.api.models.consumer.history.PNFetchMessageItem

data class ServerFetchMessageItem(
    val uuid: String?,
    val message: JsonElement,
    val meta: JsonElement?,
    val timetoken: Long,
    val actions: Map>>? = null,
    @SerializedName("message_type")
    val messageType: Int?,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy