Package com.bytedesk.social.instagram
Class InstagramButtonTemplate.Button
java.lang.Object
com.bytedesk.social.instagram.InstagramButtonTemplate.Button
- Enclosing class:
- InstagramButtonTemplate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
按钮类型 - "web_url": URL按钮,在应用内浏览器中打开网页 - "postback": 回传按钮,发送messaging_postbacks事件到webhook -
title
按钮文本 -
url
URL按钮的目标网址 (仅当type为"web_url"时使用) -
payload
回传按钮的负载数据 (仅当type为"postback"时使用) 发送到webhook的字符串
-
-
Constructor Details
-
Button
public Button()
-