ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.utils
/
subscribeWithBotLogger
subscribe
With
Bot
Logger
fun
<
T
>
Flow
<
T
>
.
subscribeWithBotLogger
(
scope
:
CoroutineScope
,
errorMessageBuilder
:
T
.
(
Throwable
)
->
Any
=
{ "Something went wrong" }
,
block
:
suspend
(
T
)
->
Unit
)
:
Job