com.github.stormbit.vksdk.objects.models.SimplePhoto.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
The newest version!
package com.github.stormbit.vksdk.objects.models
import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable
@Serializable
data class SimplePhoto(
@SerialName("photo_50") val photo50: String,
@SerialName("photo_100") val photo100: String,
@SerialName("photo_200") val photo200: String
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy