1
0
mirror of synced 2024-11-22 04:56:06 +03:00

Add outgoing sending policy

This commit is contained in:
Pavel 2022-12-01 09:23:05 +03:00 committed by GitHub
commit 10f648f550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {