All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.dehuckakpyt.telegrambot.handler.BotHandler.kt Maven / Gradle / Ivy

package io.github.dehuckakpyt.telegrambot.handler

import io.github.dehuckakpyt.telegrambot.handling.BotHandling
import org.koin.mp.KoinPlatform.getKoin


/**
 * Created on 21.12.2023.
 *

* * @author Denis Matytsin */ abstract class BotHandler(block: BotHandling.() -> Unit) { init { getKoin().get().block() } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy