com.github.stormbit.vksdk.events.wall.WallRepostEvent.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.events.wall
import com.github.stormbit.vksdk.events.Event
import kotlinx.serialization.json.JsonObject
data class WallRepostEvent(val obj: JsonObject) : Event
© 2015 - 2024 Weber Informatics LLC | Privacy Policy