github.com/twilio/twilio-go@v1.20.1/rest/chat/v1/docs/ChatV1UserChannel.md (about) 1 # ChatV1UserChannel 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/api/rest/account) that created the User Channel resource. | 8 **ServiceSid** | Pointer to **string** | The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) the resource is associated with. | 9 **ChannelSid** | Pointer to **string** | The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource belongs to. | 10 **MemberSid** | Pointer to **string** | The SID of a [Member](https://www.twilio.com/docs/api/chat/rest/members) that represents the User on the Channel. | 11 **Status** | Pointer to [**string**](UserChannelEnumChannelStatus.md) | | 12 **LastConsumedMessageIndex** | Pointer to **int** | The index of the last [Message](https://www.twilio.com/docs/api/chat/rest/messages) in the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) that the Member has read. | 13 **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](/docs/api/chat/guides/consumption-horizon) to learn how to mark messages as consumed. | 14 **Links** | Pointer to **map[string]interface{}** | The absolute URLs of the [Members](https://www.twilio.com/docs/chat/api/members), [Messages](https://www.twilio.com/docs/chat/api/messages) , [Invites](https://www.twilio.com/docs/chat/api/invites) and, if it exists, the last [Message](https://www.twilio.com/docs/chat/api/messages) for the Channel. | 15 16 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 17 18