onInit

fun onInit(block: suspend (bot: TelegramBot) -> Unit)(source)

Set the initialization hook for the bot.

Parameters

block

Lambda to be executed on bot initialization.