Skip to main content

UploadedFileData

NameDescriptionType
upload_idUpload id of the file.number
titleThe title of the file.string
extensionFile extension, not including the dot (e.g. "doc").string
sizeThe logical size of the file in bytes.number

Example

{
"upload_id": 0,
"title": "<!< The title of the file.>",
"extension": "<extension>",
"size": 0
}