mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-27 12:38:45 +00:00
23 lines
1.6 KiB
Markdown
23 lines
1.6 KiB
Markdown
//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests](../index.md)/[DownloadFile](index.md)
|
|
|
|
|
|
|
|
# DownloadFile
|
|
[common] class [DownloadFile](index.md)(**filePath**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Request](../../dev.inmo.tgbotapi.requests.abstracts/-request/index.md)<[ByteArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte-array/index.html)>
|
|
|
|
|
|
## Functions
|
|
|
|
| Name | Summary |
|
|
|---|---|
|
|
| <a name="dev.inmo.tgbotapi.requests/DownloadFile/method/#/PointingToDeclaration/"></a>[method](method.md)| <a name="dev.inmo.tgbotapi.requests/DownloadFile/method/#/PointingToDeclaration/"></a>[common] <br>Content <br>open override fun [method](method.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br><br><br>|
|
|
|
|
|
|
## Properties
|
|
|
|
| Name | Summary |
|
|
|---|---|
|
|
| <a name="dev.inmo.tgbotapi.requests/DownloadFile/filePath/#/PointingToDeclaration/"></a>[filePath](file-path.md)| <a name="dev.inmo.tgbotapi.requests/DownloadFile/filePath/#/PointingToDeclaration/"></a> [common] val [filePath](file-path.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br>|
|
|
| <a name="dev.inmo.tgbotapi.requests/DownloadFile/resultDeserializer/#/PointingToDeclaration/"></a>[resultDeserializer](result-deserializer.md)| <a name="dev.inmo.tgbotapi.requests/DownloadFile/resultDeserializer/#/PointingToDeclaration/"></a> [common] open override val [resultDeserializer](result-deserializer.md): <[ByteArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte-array/index.html)> <br>|
|
|
|