diff --git a/internal/manager/template_manager.go b/internal/manager/template_manager.go index 55f40e9..23927b3 100644 --- a/internal/manager/template_manager.go +++ b/internal/manager/template_manager.go @@ -102,7 +102,7 @@ type TemplateMessageComponentButton struct { Type TemplateMessageButtonType `json:"type,omitempty"` Text string `json:"text,omitempty"` PhoneNumber string `json:"phone_number,omitempty"` // required when Type = PHONE_NUMBER - Example string `json:"example,omitempty"` // required when Type = URL and button has a variable + Example []string `json:"example,omitempty"` // required when Type = URL and button has a variable Url string `json:"url,omitempty"` // required when Type = URL }