1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-27 04:28:44 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests/-download-file/index.md
2021-03-17 15:18:37 +00:00

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>