io.github.dehuckakpyt.telegrambot.handler.BotUpdateHandler.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegram-bot-ktor Show documentation
Show all versions of telegram-bot-ktor Show documentation
Kotlin Telegram Bot library
The newest version!
package io.github.dehuckakpyt.telegrambot.handler
import io.github.dehuckakpyt.telegrambot.handling.BotUpdateHandling
import org.koin.mp.KoinPlatform
/**
* Created on 04.02.2024.
*
*
* @author Denis Matytsin
*/
abstract class BotUpdateHandler(block: BotUpdateHandling.() -> Unit) {
init {
KoinPlatform.getKoin().get().block()
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy