diff --git a/response.go b/response.go index 4411761..d5a8e27 100644 --- a/response.go +++ b/response.go @@ -368,7 +368,7 @@ type StructuredMessagePayload struct { type StructuredMessageElement struct { Title string `json:"title"` ImageURL string `json:"image_url"` - ItemURL string `json:"item_url"` + ItemURL string `json:"item_url,omitempty"` Subtitle string `json:"subtitle"` DefaultAction *DefaultAction `json:"default_action,omitempty"` Buttons []StructuredMessageButton `json:"buttons"`