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

com.github.stormbit.vksdk.objects.Captcha.kt Maven / Gradle / Ivy

The newest version!
package com.github.stormbit.vksdk.objects

data class Captcha(
    val captchaSid: String,
    val captchaCode: String
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy