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

     1  # ConversationsV1ServiceConversationParticipant
     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 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 participant. |
    10  **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this resource. |
    11  **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 [Conversation SDK](https://www.twilio.com/docs/conversations/sdk-overview) to communicate. Limited to 256 characters. |
    12  **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. |
    13  **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. |
    14  **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. |
    15  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date on which this resource was created. |
    16  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date on which this resource was last updated. |
    17  **Url** | Pointer to **string** | An absolute API resource URL for this participant. |
    18  **LastReadMessageIndex** | Pointer to **int** | Index of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. |
    19  **LastReadTimestamp** | Pointer to **string** | Timestamp of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. |
    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