io.github.dehuckakpyt.telegrambot.converter.CallbackDataInfo.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegram-bot-core Show documentation
Show all versions of telegram-bot-core Show documentation
Kotlin Telegram Bot library
The newest version!
package io.github.dehuckakpyt.telegrambot.converter
/**
* Created on 12.11.2023.
*
*
* @author Denis Matytsin
*/
data class CallbackDataInfo(
val next: String,
val content: String? = null,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy