MultipartFile

data class MultipartFile(file: StorageFile, filename: String) : InputFile

Contains info about file for sending

See also

Constructors

MultipartFile
Link copied to clipboard
common
fun MultipartFile(file: StorageFile, filename: String = file.storageFileInfo.fileName)

Properties

file
Link copied to clipboard
common
val file: StorageFile
fileId
Link copied to clipboard
common
open override val fileId: String
filename
Link copied to clipboard
common
val filename: String