mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-21 20:36:05 +03:00
Add ChannelType
field to the CustomersRequest
struct
This commit is contained in:
commit
1c8f6885e6
@ -121,6 +121,7 @@ type (
|
|||||||
CustomersRequest struct {
|
CustomersRequest struct {
|
||||||
ID uint64 `url:"id,omitempty"`
|
ID uint64 `url:"id,omitempty"`
|
||||||
ChannelID uint64 `url:"channel_id,omitempty" json:"channel_id"`
|
ChannelID uint64 `url:"channel_id,omitempty" json:"channel_id"`
|
||||||
|
ChannelType string `url:"channel_type,omitempty" json:"channel_type"`
|
||||||
ExternalID string `url:"external_id,omitempty" json:"external_id"`
|
ExternalID string `url:"external_id,omitempty" json:"external_id"`
|
||||||
Since string `url:"since,omitempty"`
|
Since string `url:"since,omitempty"`
|
||||||
Until string `url:"until,omitempty"`
|
Until string `url:"until,omitempty"`
|
||||||
|
Loading…
Reference in New Issue
Block a user