ChatMediaResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| media_id | Long | Unique identifier for the media | [default to null] |
| url | String | URL to access the media | [default to null] |
| file_name | String | Original filename | [default to null] |
| mime_type | String | MIME type | [default to null] |
| file_size | Long | File size in bytes | [default to null] |
| chat_session_id | Long | Chat session ID this media belongs to | [default to null] |
| message_type | MessageType | Message type | [default to null] |