Merge pull request #57 from EddyTravels/master
Add ShareContents property
This commit is contained in:
commit
8d53835fbc
@ -400,6 +400,7 @@ type StructuredMessageButton struct {
|
|||||||
MessengerExtensions bool `json:"messenger_extensions,omitempty"`
|
MessengerExtensions bool `json:"messenger_extensions,omitempty"`
|
||||||
FallbackURL string `json:"fallback_url,omitempty"`
|
FallbackURL string `json:"fallback_url,omitempty"`
|
||||||
WebviewShareButton string `json:"webview_share_button,omitempty"`
|
WebviewShareButton string `json:"webview_share_button,omitempty"`
|
||||||
|
ShareContents *StructuredMessageData `json:"share_contents,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// SendSenderAction is the information about sender action
|
// SendSenderAction is the information about sender action
|
||||||
|
Loading…
Reference in New Issue
Block a user