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

com.github.stormbit.sdk.longpoll.responses.GetLongpollServerResponse.kt Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.github.stormbit.sdk.longpoll.responses

/**
 * Created by Storm-bit on 02/09/2020
 *
 * Deserialize object of VK response
 */
data class GetLongpollServerResponse(val key: String, val server: String, val ts: Int, val pts: Int? = null)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy