io.github.dehuckakpyt.telegrambot.container.GeneralContainer.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.container
/**
* Created on 13.08.2023.
*
*
* @author Denis Matytsin
*/
abstract class GeneralContainer(
public override val step: String?,
internal val content: String?,
) : Container {
internal var nextStep: String? = null
internal var nextStepInstance: Any? = null
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy