io.github.dehuckakpyt.telegrambot.TelegramBot.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
import io.github.dehuckakpyt.telegrambot.api.TelegramBotApiExt
import io.github.dehuckakpyt.telegrambot.api.client.TelegramApiClient
import kotlin.String
/**
* Created on 05.12.2024.
*
* @author KScript
*/
public interface TelegramBot : TelegramBotApiExt {
public val username: String
public val client: TelegramApiClient
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy