github.com/twilio/twilio-go@v1.20.1/rest/messaging/v1/docs/MessagingV1ChannelSender.md (about) 1 # MessagingV1ChannelSender 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 ChannelSender resource. | 8 **MessagingServiceSid** | Pointer to **string** | The SID of the [Service](https://www.twilio.com/docs/messaging/services) the resource is associated with. | 9 **Sid** | Pointer to **string** | The unique string that we created to identify the ChannelSender resource. | 10 **Sender** | Pointer to **string** | The unique string that identifies the sender e.g whatsapp:+123456XXXX. | 11 **SenderType** | Pointer to **string** | A string value that identifies the sender type e.g WhatsApp, Messenger. | 12 **CountryCode** | Pointer to **string** | The 2-character [ISO Country Code](https://www.iso.org/iso-3166-country-codes.html) of the number. | 13 **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. | 14 **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. | 15 **Url** | Pointer to **string** | The absolute URL of the ChannelSender resource. | 16 17 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 19