github.com/twilio/twilio-go@v1.20.1/rest/chat/v2/docs/ChatV2UserChannel.md (about)

     1  # ChatV2UserChannel
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the User Channel resource. |
     8  **ServiceSid** | Pointer to **string** | The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the User Channel resource is associated with. |
     9  **ChannelSid** | Pointer to **string** | The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the User Channel resource belongs to. |
    10  **UserSid** | Pointer to **string** | The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) the User Channel belongs to. |
    11  **MemberSid** | Pointer to **string** | The SID of a [Member](https://www.twilio.com/docs/chat/rest/member-resource) that represents the User on the Channel. |
    12  **Status** | Pointer to [**string**](UserChannelEnumChannelStatus.md) |  |
    13  **LastConsumedMessageIndex** | Pointer to **int** | The index of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) in the [Channel](https://www.twilio.com/docs/chat/channels) that the Member has read. |
    14  **UnreadMessagesCount** | Pointer to **int** | The number of unread Messages in the Channel for the User. Note that retrieving messages on a client endpoint does not mean that messages are consumed or read. See [Consumption Horizon feature](https://www.twilio.com/docs/chat/consumption-horizon) to learn how to mark messages as consumed. |
    15  **Links** | Pointer to **map[string]interface{}** | The absolute URLs of the [Members](https://www.twilio.com/docs/chat/rest/member-resource), [Messages](https://www.twilio.com/docs/chat/rest/message-resource) , [Invites](https://www.twilio.com/docs/chat/rest/invite-resource) and, if it exists, the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) for the Channel. |
    16  **Url** | Pointer to **string** | The absolute URL of the User Channel resource. |
    17  **NotificationLevel** | Pointer to [**string**](UserChannelEnumNotificationLevel.md) |  |
    18  
    19  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    20  
    21