Charca / bootbot

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

Able to send attachment with an attachment_id rather than url? #149

Open DerekNMartin opened 6 years ago

DerekNMartin commented 6 years ago

I'm able to receive an attachment ID through Send API's /message_attachments endpoint. I'd like to make use of the .sendAttachment() function but it seems like it on takes a url as a param. Any possibility of passing an attachment_id param?