From 8621275c1fbd2c25ae3b781e4c0fb528f7c8d46c Mon Sep 17 00:00:00 2001 From: Ivan Lutokhin Date: Wed, 30 Nov 2022 15:56:06 +0300 Subject: [PATCH] Add outgoing sending policy --- v1/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v1/types.go b/v1/types.go index 77491b7..24c0972 100644 --- a/v1/types.go +++ b/v1/types.go @@ -159,6 +159,7 @@ type ChannelSettingsAudio struct { type SendingPolicy struct { NewCustomer string `json:"new_customer,omitempty"` AfterReplyTimeout string `json:"after_reply_timeout,omitempty"` + Outgoing string `json:"outgoing,omitempty"` } type ChannelSettingsSuggestions struct {