github.com/twilio/twilio-go@v1.20.1/rest/conversations/v1/docs/ConversationsV1ConversationMessageReceipt.md (about)

     1  # ConversationsV1ConversationMessageReceipt
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this participant. |
     8  **ConversationSid** | Pointer to **string** | The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. |
     9  **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this resource. |
    10  **MessageSid** | Pointer to **string** | The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to |
    11  **ChannelMessageSid** | Pointer to **string** | A messaging channel-specific identifier for the message delivered to participant e.g. `SMxx` for SMS, `WAxx` for Whatsapp etc.  |
    12  **ParticipantSid** | Pointer to **string** | The unique ID of the participant the delivery receipt belongs to. |
    13  **Status** | Pointer to [**string**](ConversationMessageReceiptEnumDeliveryStatus.md) |  |
    14  **ErrorCode** | Pointer to **int** | The message [delivery error code](https://www.twilio.com/docs/sms/api/message-resource#delivery-related-errors) for a `failed` status,  |
    15  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was created. |
    16  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was last updated. `null` if the delivery receipt has not been updated. |
    17  **Url** | Pointer to **string** | An absolute API resource URL for this delivery receipt. |
    18  
    19  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    20  
    21