1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-17 22:03:48 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.bot/index.md
2021-03-17 15:18:37 +00:00

1.5 KiB

//docs/dev.inmo.tgbotapi.bot

Package dev.inmo.tgbotapi.bot

Types

Name Summary
BaseRequestsExecutor [common]
Content
abstract class BaseRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper) : RequestsExecutor


RequestsExecutor [common]
Content
interface RequestsExecutor :
More info
Interface for making requests to Telegram Bot API.


TelegramBot [common]
Content
typealias TelegramBot = RequestsExecutor