# AddChannel200ResponseData
## Properties
**id** | Option<**String**> | The unique channel ID used internally in omnichannel-api and the frontend of the extension | [optional]
**name** | Option<**String**> | The name of the channel | [optional]
**avatar_url** | Option<**String**> | The URL for an icon that represents your channel | [optional]
**provider_channel_id** | Option<**String**> | The channel ID you specified while creating the channel | [optional]
**marketplace_client_id** | Option<**String**> | The client_id of your app in Pipedrive marketplace | [optional]
**pd_company_id** | Option<**i32**> | The ID of the user's company in Pipedrive | [optional]
**pd_user_id** | Option<**i32**> | The ID of the user in Pipedrive | [optional]
**created_at** | Option<**String**> | The date and time when your channel was created in the API | [optional]
**provider_type** | Option<**String**> | Value of the provider_type sent to this endpoint | [optional]
**template_support** | Option<**bool**> | Value of the template_support sent to this endpoint | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)