InputChain

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class InputChain(val autoClean: Boolean = false)

Label the class that implements the input chain, for TgUpdateHandler.

Properties

Link copied to clipboard
val autoClean: Boolean = false

Flag to clean state automatically after the last step successfully proceeded, last chain update is used to select key.