VendorChatMessageResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| message_id | Long | Unique identifier for the message | [default to null] |
| chat_session_id | Long | Chat session ID | [default to null] |
| sender_id | Long | Sender’s user ID | [default to null] |
| sender_display_name | String | Sender’s display name | [default to null] |
| sender_avatar_url | String | Sender’s avatar URL | [optional] [default to null] |
| sender_type | String | Sender type (user, vendor, etc.) | [default to null] |
| client_temp_id | String | Client-side temporary ID | [optional] [default to null] |
| client_timestamp | Long | Client timestamp (milliseconds since epoch) | [default to null] |
| server_timestamp | Long | Server timestamp (milliseconds since epoch) | [default to null] |
| message_type | MessageType | Message type | [default to null] |
| payload | any | Message payload | [default to null] |
| reply_to_message_id | Long | ID of the message being replied to | [optional] [default to null] |
| replied_msg_preview_text | String | Preview text of replied message | [optional] [default to null] |
| is_edited | Boolean | Whether the message was edited | [default to null] |
| deleted_timestamp | Long | Timestamp when deleted (milliseconds since epoch) | [optional] [default to null] |