KtGram
Toggle table of contents
7.8.0
jvm
Platform filter
jvm
Switch theme
Search in API
KtGram
ktor-starter
/
eu.vendeli.ktor.starter
/
BotConfiguration
/
onInit
on
Init
fun
onInit
(
block
:
suspend
(
bot
:
TelegramBot
)
->
Unit
)
(
source
)
Set the initialization hook for the bot.
Parameters
block
Lambda to be executed on bot initialization.