1
0
mirror of synced 2024-11-22 21:06:06 +03:00

Merge pull request #57 from EddyTravels/master

Add ShareContents property
This commit is contained in:
Harrison Shoebridge 2019-03-10 21:16:35 +11:00 committed by GitHub
commit 8d53835fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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