docs
5.0.0
common
docs
/
dev.inmo.tgbotapi.bot.ktor.base
/
AbstractRequestCallFactory
Abstract
Request
Call
Factory
abstract
class
AbstractRequestCallFactory
:
KtorCallFactory
Constructors
Functions
Inheritors
Constructors
Abstract
Request
Call
Factory
Link copied to clipboard
fun
AbstractRequestCallFactory
(
)
Functions
make
Call
Link copied to clipboard
open
suspend override
fun
<
T
:
Any
>
makeCall
(
client
:
HttpClient
,
urlsKeeper
:
TelegramAPIUrlsKeeper
,
request
:
Request
<
T
>
,
jsonFormatter
:
Json
)
:
T
?
Inheritors
MultipartRequestCallFactory
Link copied to clipboard
SimpleRequestCallFactory
Link copied to clipboard