Developer
Buttons
1min
anda dapat menggunakan buttons dengan setiap jenis call , url , node { "version" "v1", "content" { "messages" \[ { "type" "text", "text" "simple text", "buttons" \[ { "type" "url", "caption" "external link", "url" "https //uchat com au", }, { another buttons } ] }, { another messages } ], "actions" \[ //optional { "action" "add tag", "tag name" "example tag" }, { another actions } ], "quick replies" \[ //optional { "type" "node", "caption" "quick reply text", "target" "my content" }, { another quick replies } ] } }