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/-abstract-request-call-factory/index.md
2021-03-17 15:18:37 +00:00

23 lines
1.7 KiB
Markdown

//[docs](../../../index.md)/[dev.inmo.tgbotapi.bot.Ktor.base](../index.md)/[AbstractRequestCallFactory](index.md)
# AbstractRequestCallFactory
[common] abstract class [AbstractRequestCallFactory](index.md) : [KtorCallFactory](../../dev.inmo.tgbotapi.bot.Ktor/-ktor-call-factory/index.md)
## Functions
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.bot.Ktor.base/AbstractRequestCallFactory/makeCall/#io.ktor.client.HttpClient#dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper#dev.inmo.tgbotapi.requests.abstracts.Request[TypeParam(bounds=[kotlin.Any])]#kotlinx.serialization.json.Json/PointingToDeclaration/"></a>[makeCall](make-call.md)| <a name="dev.inmo.tgbotapi.bot.Ktor.base/AbstractRequestCallFactory/makeCall/#io.ktor.client.HttpClient#dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper#dev.inmo.tgbotapi.requests.abstracts.Request[TypeParam(bounds=[kotlin.Any])]#kotlinx.serialization.json.Json/PointingToDeclaration/"></a>[common] <br>Content <br>open suspend override fun <[T](make-call.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)> [makeCall](make-call.md)(client: , urlsKeeper: [TelegramAPIUrlsKeeper](../../dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/index.md), request: [Request](../../dev.inmo.tgbotapi.requests.abstracts/-request/index.md)<[T](make-call.md)>, jsonFormatter: ): [T](make-call.md)? <br><br><br>|
## Inheritors
| Name |
|---|
| <a name="dev.inmo.tgbotapi.bot.Ktor.base/MultipartRequestCallFactory///PointingToDeclaration/"></a>[MultipartRequestCallFactory](../-multipart-request-call-factory/index.md)|
| <a name="dev.inmo.tgbotapi.bot.Ktor.base/SimpleRequestCallFactory///PointingToDeclaration/"></a>[SimpleRequestCallFactory](../-simple-request-call-factory/index.md)|