0.14.6 / 2017-11-27
messenger
- [new] A new command to upload your messenger attachments from
/assets
directory (in beta):
$ bottender messenger attachment upload
Then, you can import them with getAttachment
util function:
const { getAttachment } = require('bottender/utils');
console.log(getAttachment('mypic.jpg').id); // '1591074914293017'
- [new] Add
--force
option tobottender messenger profile set
(delete all and set all) - [fix] Fix file export for
test-utils.js
#44 - [fix] Refined affected methods in
withTyping
#35
slack
- [fix] Stop passing
as_user: true
#33