Skip to content

0.5.13 / 2017-11-28

Compare
Choose a tag to compare
@chentsulin chentsulin released this 28 Nov 11:50
· 722 commits to master since this release

messaging-api-messenger

  • [fix] Fixed uploadAttachment with buffer data using a filename option pass in:
client.uploadAttachment('image', buffer, { filename: 'image.jpg' });

Thanks for @JonathanZWhite!