Add AttachmentID property
This commit is contained in:
parent
f36e956bd8
commit
3848b47c06
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue