//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests.abstracts](../index.md)/[MultipartRequest](index.md) # MultipartRequest [common] interface [MultipartRequest](index.md)<[T](index.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)> : [Request](../-request/index.md)<[T](index.md)> ## Functions | Name | Summary | |---|---| | [method](../-request/method.md)| [common]
Content
abstract fun [method](../-request/method.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


| ## Properties | Name | Summary | |---|---| | [mediaMap](media-map.md)| [common] abstract val [mediaMap](media-map.md): [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), [MultipartFile](../-multipart-file/index.md)>
| | [paramsJson](params-json.md)| [common] abstract val [paramsJson](params-json.md):
| | [resultDeserializer](index.md#%5Bdev.inmo.tgbotapi.requests.abstracts%2FMultipartRequest%2FresultDeserializer%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| [common] abstract val [resultDeserializer](index.md#%5Bdev.inmo.tgbotapi.requests.abstracts%2FMultipartRequest%2FresultDeserializer%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): <[T](index.md)>
| ## Inheritors | Name | |---| | [SetChatPhoto](../../dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/index.md)| | [SendStickerByFile](../../dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file/index.md)| | [MultipartRequestImpl](../../dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/index.md)| | [UploadStickerFile](../../dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/index.md)| | [MultipartSetWebhookRequest](../../dev.inmo.tgbotapi.requests.webhook/-multipart-set-webhook-request/index.md)|