docs
Toggle table of contents
35.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.extensions.behaviour_builder
/
BehaviourWithFSMStateHandlerHolder
/
handleState
handle
State
open
suspend override
fun
BehaviourContextWithFSM
<
in
O
>
.
handleState
(
state
:
O
)
:
O
?
(
source
)
Handling of state :)
open
suspend override
fun
StatesMachine
<
in
O
>
.
handleState
(
state
:
O
)
:
O
?
(
source
)