docs
5.0.0
common
docs
/
dev.inmo.tgbotapi.bot.ktor
/
KtorCallFactory
/
makeCall
make
Call
abstract
suspend
fun
<
T
:
Any
>
makeCall
(
client
:
HttpClient
,
urlsKeeper
:
TelegramAPIUrlsKeeper
,
request
:
Request
<
T
>
,
jsonFormatter
:
Json
)
:
T
?