mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-27 04:28:44 +00:00
1.6 KiB
1.6 KiB
//docs/dev.inmo.tgbotapi.requests/DownloadFile
DownloadFile
[common] class DownloadFile(filePath: String) : Request<ByteArray>
Functions
Name | Summary |
---|---|
method | [common] Content open override fun method(): String |
Properties
Name | Summary |
---|---|
filePath | [common] val filePath: String |
resultDeserializer | [common] open override val resultDeserializer: <ByteArray> |