1
0
mirror of synced 2025-02-16 21:43:13 +03:00

Add ShareContents property

This commit is contained in:
Pranas Kiziela 2019-02-26 17:07:06 -05:00
parent 7a216666a1
commit 52e988e293

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