template create setting
This commit is contained in:
parent
a3fd91bceb
commit
aaaedad9fc
@ -107,6 +107,7 @@ type ChannelSettings struct {
|
|||||||
SendingPolicy SendingPolicy `json:"sending_policy,omitempty"`
|
SendingPolicy SendingPolicy `json:"sending_policy,omitempty"`
|
||||||
Suggestions ChannelSettingsSuggestions `json:"suggestions,omitempty"`
|
Suggestions ChannelSettingsSuggestions `json:"suggestions,omitempty"`
|
||||||
Audio ChannelSettingsAudio `json:"audio"`
|
Audio ChannelSettingsAudio `json:"audio"`
|
||||||
|
Template ChannelSettingsTemplate `json:"template"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Product type.
|
// Product type.
|
||||||
@ -170,6 +171,10 @@ type ChannelSettingsSuggestions struct {
|
|||||||
Email string `json:"email,omitempty"`
|
Email string `json:"email,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type ChannelSettingsTemplate struct {
|
||||||
|
Creation bool `json:"creation,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
// FullFileResponse uploaded file data.
|
// FullFileResponse uploaded file data.
|
||||||
type FullFileResponse struct {
|
type FullFileResponse struct {
|
||||||
ID string `json:"id,omitempty"`
|
ID string `json:"id,omitempty"`
|
||||||
|
Loading…
Reference in New Issue
Block a user