fix: omitempty item_url
This commit is contained in:
parent
b984d44124
commit
34e47adaff
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Reference in a new issue