docs
/
dev.inmo.tgbotapi.bot
/
BaseRequestsExecutor
common
Base
Requests
Executor
abstract class
BaseRequestsExecutor
(telegramAPIUrlsKeeper:
TelegramAPIUrlsKeeper
) :
RequestsExecutor
Content copied to clipboard
Functions
Inheritors
Functions
close
Link copied to clipboard
common
abstract fun
close
()
Content copied to clipboard
execute
Link copied to clipboard
common
abstract suspend fun <
T
:
Any
>
execute
(request:
Request
<
T
>):
T
Content copied to clipboard
Unsafe execution of incoming
request
.
Inheritors
KtorRequestsExecutor
Link copied to clipboard