| Name | Type | Description | Notes |
|---|---|---|---|
| id | Option<String> | [optional] | |
| conversation_id | Option<String> | [optional] | |
| account_id | Option<String> | [optional] | |
| platform | Option<String> | [optional] | |
| message | Option<String> | [optional] | |
| sender_id | Option<String> | [optional] | |
| sender_name | Option<String> | [optional] | |
| sender_verified_type | Option<SenderVerifiedType> | X/Twitter verified badge type. Only present for Twitter/X messages. (enum: blue, government, business, none) | [optional] |
| direction | Option<Direction> | (enum: incoming, outgoing) | [optional] |
| created_at | Option<String> | [optional] | |
| attachments | Option<Vecmodels::GetInboxConversationMessages200ResponseMessagesInnerAttachmentsInner> | [optional] | |
| subject | Option<String> | Reddit message subject | [optional] |
| story_reply | Option<bool> | Instagram story reply | [optional] |
| is_story_mention | Option<bool> | Instagram story mention | [optional] |
| is_edited | Option<bool> | True if the sender has edited this message at least once. | [optional] |
| edited_at | Option<String> | When the most recent edit happened. | [optional] |
| edit_count | Option<i32> | Total number of edits applied. | [optional] |
| edit_history | Option<Vecmodels::GetInboxConversationMessages200ResponseMessagesInnerEditHistoryInner> | Every prior version of the message, oldest first. | [optional] |
| is_deleted | Option<bool> | True if the sender has deleted (unsent) this message. The original message and attachments fields remain populated. | [optional] |
| deleted_at | Option<String> | [optional] | |
| delivery_status | Option<DeliveryStatus> | Lifecycle status for outgoing messages. Not all platforms emit every state (see webhook support matrix). (enum: sent, delivered, read, failed, deleted) | [optional] |
| delivered_at | Option<String> | [optional] | |
| read_at | Option<String> | [optional] | |
| sent_at | Option<String> | Original send time for outgoing messages (used for Messenger watermark queries). | [optional] |
| delivery_error | Option<models::GetInboxConversationMessages200ResponseMessagesInnerDeliveryError> | [optional] |