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

1.5 KiB

//docs/dev.inmo.tgbotapi.bot.Ktor.base/SimpleRequestCallFactory

SimpleRequestCallFactory

[common] object SimpleRequestCallFactory : AbstractRequestCallFactory

Functions

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