com.github.stormbit.sdk.longpoll.responses.GetLongpollServerResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vk-bot-sdk-kotlin Show documentation
Show all versions of vk-bot-sdk-kotlin Show documentation
The Kotlin library for working with VK api
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