github.com/twilio/twilio-go@v1.20.1/rest/conversations/v1/docs/ConversationsV1ConversationParticipant.md (about) 1 # ConversationsV1ConversationParticipant 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 participant. | 9 **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this resource. | 10 **Identity** | Pointer to **string** | A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. | 11 **Attributes** | Pointer to **string** | An optional 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. | 12 **MessagingBinding** | Pointer to **interface{}** | Information about how this participant exchanges messages with the conversation. A JSON parameter consisting of type and address fields of the participant. | 13 **RoleSid** | Pointer to **string** | The SID of a conversation-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the participant. | 14 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was created. | 15 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was last updated. | 16 **Url** | Pointer to **string** | An absolute API resource URL for this participant. | 17 **LastReadMessageIndex** | Pointer to **int** | Index of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. | 18 **LastReadTimestamp** | Pointer to **string** | Timestamp of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. | 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