Merge pull request #56 from EddyTravels/master
Add AttachmentID property
This commit is contained in:
commit
7a216666a1
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