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