# UploadSession ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | Option<**String**> | The unique identifier for the upload. | [optional] **r#type** | Option<**String**> | The type of the upload. | [optional] **create_at** | Option<**i64**> | The time the upload was created in milliseconds. | [optional] **user_id** | Option<**String**> | The ID of the user performing the upload. | [optional] **channel_id** | Option<**String**> | The ID of the channel to upload to. | [optional] **filename** | Option<**String**> | The name of the file to upload. | [optional] **file_size** | Option<**i64**> | The size of the file to upload in bytes. | [optional] **file_offset** | Option<**i64**> | The amount of data uploaded in bytes. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)