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
storageFileInfo
Information about this file
inputSource
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
Information about this file
Properties
Extensions
asMultipartFile
Link copied to clipboard