| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Internal message ID | |
| conversation_id | String | Internal conversation ID | |
| platform | Platform | (enum: instagram, facebook, telegram, whatsapp) | |
| platform_message_id | String | Platform's message ID | |
| direction | Direction | (enum: incoming, outgoing) | |
| text | Option<String> | Message text content (retained on deleted messages for API consumers; Zernio dashboard UI hides this) | |
| attachments | Vecmodels::InboxWebhookMessageAttachmentsInner | ||
| sender | models::InboxWebhookMessageSender | ||
| sent_at | String | ||
| is_read | bool |