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

com.pubnub.internal.endpoints.DeleteMessagesInterface.kt Maven / Gradle / Ivy

package com.pubnub.internal.endpoints

import com.pubnub.api.models.consumer.history.PNDeleteMessagesResult
import com.pubnub.internal.EndpointInterface

interface DeleteMessagesInterface : EndpointInterface {
    val channels: List
    val start: Long?
    val end: Long?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy