zernio 0.0.98

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
# WebhookPayloadMessageMessage

## Properties

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** | **String** | Message text content | 
**attachments** | [**Vec<models::WebhookPayloadMessageMessageAttachmentsInner>**]WebhookPayloadMessageMessageAttachmentsInner.md |  | 
**sender** | [**models::WebhookPayloadMessageMessageSender**]WebhookPayloadMessageMessageSender.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)