io.github.dehuckakpyt.telegrambot.resolver.UpdateResolver.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegram-bot-core Show documentation
Show all versions of telegram-bot-core Show documentation
Kotlin Telegram Bot library
The newest version!
package io.github.dehuckakpyt.telegrambot.resolver
import io.github.dehuckakpyt.telegrambot.model.telegram.Update
/**
* Created on 17.02.2024.
*
*
* @author Denis Matytsin
*/
interface UpdateResolver {
suspend fun processUpdate(update: Update): Unit
val allowedUpdates: Set
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy