Charca / bootbot

Facebook Messenger Bot Framework for Node.js
MIT License
974 stars 252 forks source link

The reusable attachment ID #179

Open cpanel10x opened 5 years ago

cpanel10x commented 5 years ago

Hi, I set convo.say({ is_reusable: true, attachment: 'video', url: jsonVideo.contentUrl }); But how to get respone about { "attachment_id":"xxxxxxxxxxxx" } Anyone have example? Thank you