pipedrive-rs 0.1.0

Rust PipedriveClient
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# AddChannelRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the channel | 
**provider_channel_id** | **String** | The channel ID | 
**avatar_url** | Option<**String**> | The URL for an icon that represents your channel | [optional]
**template_support** | Option<**bool**> | If true, enables templates logic on UI. Requires getTemplates endpoint implemented. Find out more [here]https://pipedrive.readme.io/docs/implementing-messaging-app-extension. | [optional][default to false]
**provider_type** | Option<**String**> | It controls the icons (like the icon next to the conversation) | [optional][default to Other]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)