docs
5.0.0
common
docs
/
dev.inmo.tgbotapi.extensions.behaviour_builder
/
BehaviourWithFSMStateHandlerHolder
/
handleState
handle
State
open
suspend override
fun
BehaviourContextWithFSM
<
in
O
>
.
handleState
(
state
:
O
)
:
O
?
Handling of state :)
open
suspend override
fun
StatesMachine
<
in
O
>
.
handleState
(
state
:
O
)
:
O
?