docs
5.0.0
common
docs
/
dev.inmo.tgbotapi.extensions.behaviour_builder
/
withAction
with
Action
infix inline
fun
<
T
,
O
>
Deferred
<
T
>
.
withAction
(
noinline
callback
:
suspend
(
T
)
->
O
)
:
DeferredAction
<
T
,
O
>