ChatMediaUploadResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| media_id | Long | Unique identifier for the uploaded media | [default to null] |
| url | String | URL to access the uploaded media | [default to null] |
| thumbnail_url | String | URL for thumbnail (for images/videos) | [optional] [default to null] |
| file_name | String | Original filename | [default to null] |
| mime_type | String | MIME type of the uploaded file | [default to null] |
| file_size | Long | File size in bytes | [default to null] |
| message_type | MessageType | Message type to use when sending the message | [default to null] |