//[docs](../../index.md)/[dev.inmo.tgbotapi.requests.abstracts](index.md) # Package dev.inmo.tgbotapi.requests.abstracts ## Types | Name | Summary | |---|---| | [FileId](-file-id/index.md)| [common]
Content
data class [FileId](-file-id/index.md)(**fileId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [InputFile](-input-file/index.md)
More info
Contains file id or file url


| | [InputFile](-input-file/index.md)| [common]
Content
sealed class [InputFile](-input-file/index.md)


| | [MultipartFile](-multipart-file/index.md)| [common]
Content
data class [MultipartFile](-multipart-file/index.md)(**file**: [StorageFile](../dev.inmo.tgbotapi.utils/-storage-file/index.md), **mimeType**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **filename**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [InputFile](-input-file/index.md)
More info
Contains info about file for sending


| | [MultipartRequest](-multipart-request/index.md)| [common]
Content
interface [MultipartRequest](-multipart-request/index.md)<[T](-multipart-request/index.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)> : [Request](-request/index.md)<[T](-multipart-request/index.md)>


| | [Request](-request/index.md)| [common]
Content
interface [Request](-request/index.md)<[T](-request/index.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>


| | [SimpleRequest](-simple-request/index.md)| [common]
Content
interface [SimpleRequest](-simple-request/index.md)<[T](-simple-request/index.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)> : [Request](-request/index.md)<[T](-simple-request/index.md)>


| ## Functions | Name | Summary | |---|---| | | [jvm, common]
Content
[jvm]
fun [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html).[toInputFile](index.md#%5Bdev.inmo.tgbotapi.requests.abstracts%2F%2FtoInputFile%2Fjava.io.File%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F745855401)(): [MultipartFile](-multipart-file/index.md)
[common]
fun [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html).[toInputFile](to-input-file.md)(): [FileId](-file-id/index.md)


|