Add AttachmentID property
This commit is contained in:
parent
f36e956bd8
commit
3848b47c06
@ -367,6 +367,7 @@ type StructuredMessagePayload struct {
|
||||
Elements *[]StructuredMessageElement `json:"elements,omitempty"`
|
||||
Buttons *[]StructuredMessageButton `json:"buttons,omitempty"`
|
||||
Url string `json:"url,omitempty"`
|
||||
AttachmentID string `json:"attachment_id,omitempty"`
|
||||
}
|
||||
|
||||
// StructuredMessageElement is a response containing structural elements
|
||||
|
Loading…
Reference in New Issue
Block a user