github.com/twilio/twilio-go@v1.20.1/rest/chat/v1/docs/ChatV1Message.md (about) 1 # ChatV1Message 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that we created to identify the Message resource. | 8 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/api/rest/account) that created the Message resource. | 9 **Attributes** | Pointer to **string** | The JSON string that stores application-specific data. **Note** If this property has been assigned a value, it's only displayed in a FETCH action that returns a single resource; otherwise, it's null. If the attributes have not been set, `{}` is returned. | 10 **ServiceSid** | Pointer to **string** | The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) the resource is associated with. | 11 **To** | Pointer to **string** | The SID of the [Channel](https://www.twilio.com/docs/chat/api/channels) that the message was sent to. | 12 **ChannelSid** | Pointer to **string** | The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the Message resource belongs to. | 13 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. | 14 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. | 15 **WasEdited** | Pointer to **bool** | Whether the message has been edited since it was created. | 16 **From** | Pointer to **string** | The [identity](https://www.twilio.com/docs/api/chat/guides/identity) of the message's author. The default value is `system`. | 17 **Body** | Pointer to **string** | The content of the message. | 18 **Index** | Pointer to **int** | The index of the message within the [Channel](https://www.twilio.com/docs/chat/api/channels). | 19 **Url** | Pointer to **string** | The absolute URL of the Message resource. | 20 21 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 22 23