AbstractRequestCallFactory

abstract class AbstractRequestCallFactory : KtorCallFactory

Functions

makeCall
Link copied to clipboard
open suspend override fun <T : Any> makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request<T>, jsonFormatter: Json): T?

Inheritors

MultipartRequestCallFactory
Link copied to clipboard
SimpleRequestCallFactory
Link copied to clipboard