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

     1  # ConversationsV1ServiceConversationMessageReceipt
     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  **ChatServiceSid** | Pointer to **string** | The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with. |
     9  **ConversationSid** | Pointer to **string** | The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. |
    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  **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this resource. |
    12  **ChannelMessageSid** | Pointer to **string** | A messaging channel-specific identifier for the message delivered to participant e.g. `SMxx` for SMS, `WAxx` for Whatsapp etc.  |
    13  **ParticipantSid** | Pointer to **string** | The unique ID of the participant the delivery receipt belongs to. |
    14  **Status** | Pointer to [**string**](ServiceConversationMessageReceiptEnumDeliveryStatus.md) |  |
    15  **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,  |
    16  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was created. |
    17  **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. |
    18  **Url** | Pointer to **string** | An absolute API resource URL for this delivery receipt. |
    19  
    20  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    21  
    22