UploadedFile
TODO
| Name | Description | Type | 
|---|---|---|
upload_id | Upload id of the file. | number | 
title | The title of the file. | string | 
extension | File extension, not including the dot (e.g. "doc"). | string | 
size | The logical size of the file in bytes. | number | 
Example
{
  "upload_id": 0,
  "title": "<!< The title of the file.>",
  "extension": "<extension>",
  "size": 0
}