github.com/twilio/twilio-go@v1.20.1/rest/conversations/v1/docs/ConversationsV1ServiceConversationMessage.md (about) 1 # ConversationsV1ServiceConversationMessage 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 message. | 8 **ChatServiceSid** | Pointer to **string** | The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant 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 **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this resource. | 11 **Index** | Pointer to **int** | The index of the message within the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource). | 12 **Author** | Pointer to **string** | The channel specific identifier of the message's author. Defaults to `system`. | 13 **Body** | Pointer to **string** | The content of the message, can be up to 1,600 characters long. | 14 **Media** | Pointer to **[]interface{}** | An array of objects that describe the Message's media, if the message contains media. Each object contains these fields: `content_type` with the MIME type of the media, `filename` with the name of the media, `sid` with the SID of the Media resource, and `size` with the media object's file size in bytes. If the Message has no media, this value is `null`. | 15 **Attributes** | Pointer to **string** | A string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified. **Note** that if the attributes are not set \"{}\" will be returned. | 16 **ParticipantSid** | Pointer to **string** | The unique ID of messages's author participant. Null in case of `system` sent message. | 17 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was created. | 18 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was last updated. `null` if the message has not been edited. | 19 **Delivery** | Pointer to **interface{}** | An object that contains the summary of delivery statuses for the message to non-chat participants. | 20 **Url** | Pointer to **string** | An absolute API resource URL for this message. | 21 **Links** | Pointer to **map[string]interface{}** | Contains an absolute API resource URL to access the delivery & read receipts of this message. | 22 **ContentSid** | Pointer to **string** | The unique ID of the multi-channel [Rich Content](https://www.twilio.com/docs/content) template. | 23 24 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 25 26