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.
TelegramBot
Link copied to clipboard
common
typealias TelegramBot = RequestsExecutor