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

io.github.dehuckakpyt.telegrambot.TelegramBot.kt Maven / Gradle / Ivy

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