Package dev.inmo.tgbotapi.bot

Types

BaseRequestsExecutor
Link copied to clipboard
common
abstract class BaseRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper) : RequestsExecutor
RequestsExecutor
Link copied to clipboard
common
interface RequestsExecutor : Closeable

Interface for making requests to Telegram Bot API. Currently, there is only one built-in implementation - dev.inmo.tgbotapi.bot.Ktor.KtorRequestsExecutor

TelegramBot
Link copied to clipboard
common
typealias TelegramBot = RequestsExecutor