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

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

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