Package dev. inmo. tgbotapi. bot
Types
Link copied to clipboard
abstract class BaseRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper) : RequestsExecutor
Content copied to clipboard
Link copied to clipboard
Interface for making requests to Telegram Bot API. Currently, there is only one built-in implementation - dev.inmo.tgbotapi.bot.Ktor.KtorRequestsExecutor
Link copied to clipboard