# WebhookPayloadMessageSentMessage
## Properties
**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** | **String** | Message text content |
**attachments** | [**Vec<models::WebhookPayloadMessageMessageAttachmentsInner>**](WebhookPayloadMessageMessageAttachmentsInner.md) | |
**sender** | [**models::WebhookPayloadMessageSentMessageSender**](WebhookPayloadMessageSentMessageSender.md) | |
**sent_at** | **String** | |
**is_read** | **bool** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)