docs
4.2.4
common
docs
/
dev.inmo.tgbotapi.requests
/
DownloadFile
Download
File
class
DownloadFile
(
val
filePath
:
String
)
:
Request
<
ByteArray
>
Constructors
Functions
Properties
Constructors
Download
File
Link copied to clipboard
fun
DownloadFile
(
filePath
:
String
)
Functions
method
Link copied to clipboard
open
override
fun
method
(
)
:
String
Properties
file
Path
Link copied to clipboard
val
filePath
:
String
result
Deserializer
Link copied to clipboard
open
override
val
resultDeserializer
:
DeserializationStrategy
<
ByteArray
>