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

io.github.dehuckakpyt.telegrambot.container.GeneralContainer.kt Maven / Gradle / Ivy

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