useTelegram

Install TelegramComponent and TelegramBotManager into C (e.g. ApplicationFactoryConfigurer).

val app = launchSimpleApplication {
useTelegram()
// or:
useTelegram {
component {
// config TelegramComponent...
}
botManager {
// config TelegramBotManager...
}
}
}