MultipartRequestCallFactory

class MultipartRequestCallFactory : AbstractRequestCallFactory

Constructors

Link copied to clipboard
fun MultipartRequestCallFactory()

Functions

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