1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-25 17:35:09 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.bot.Ktor/-ktor-call-factory/index.md
2021-03-17 15:18:37 +00:00

1.7 KiB

//docs/dev.inmo.tgbotapi.bot.Ktor/KtorCallFactory

KtorCallFactory

[common] interface KtorCallFactory

Functions

Name Summary
makeCall [common]
Content
abstract suspend fun <T : Any> makeCall(client: , urlsKeeper: TelegramAPIUrlsKeeper, request: Request<T>, jsonFormatter: ): T?


Inheritors

Name
AbstractRequestCallFactory
DownloadFileRequestCallFactory