TelekTransitionGate

class TelekTransitionGate<S : State>(telek: Telek, kClass: KClass<S>) : TransitionGate<S>

Constructors

Link copied to clipboard
constructor(telek: Telek, kClass: KClass<S>)

Functions

Link copied to clipboard
open override fun post(chatId: Long, reducer: (S) -> TransitionResult<S>)