github.com/twilio/twilio-go@v1.20.1/rest/chat/v3/docs/ChatV3Channel.md (about) 1 # ChatV3Channel 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that we created to identify the Channel resource. | 8 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Channel resource. | 9 **ServiceSid** | Pointer to **string** | The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the Channel resource is associated with. | 10 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. | 11 **UniqueName** | Pointer to **string** | An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. | 12 **Attributes** | Pointer to **string** | The JSON string that stores application-specific data. If attributes have not been set, `{}` is returned. | 13 **Type** | Pointer to [**string**](ChannelEnumChannelType.md) | | 14 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 15 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 16 **CreatedBy** | Pointer to **string** | The `identity` of the User that created the channel. If the Channel was created by using the API, the value is `system`. | 17 **MembersCount** | Pointer to **int** | The number of Members in the Channel. | 18 **MessagesCount** | Pointer to **int** | The number of Messages that have been passed in the Channel. | 19 **MessagingServiceSid** | Pointer to **string** | The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this channel belongs to. | 20 **Url** | Pointer to **string** | The absolute URL of the Channel resource. | 21 22 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 23 24