Storage File
data class StorageFile(storageFileInfo: StorageFileInfo, inputSource: () -> Input)
Content copied to clipboard
Contains info about file, which potentially can be sent to telegram system.
See also
Parameters
storage File Info
Information about this file
input Source
Lambda which able to allocate Input for uploading/manipulating data
Constructors
StorageFile
Link copied to clipboard
fun StorageFile(storageFileInfo: StorageFileInfo, inputSource: () -> Input)
Content copied to clipboard
Properties
Extensions
as Multipart File
Link copied to clipboard