Skip to content

0.3.1 / 2017-08-31

Compare
Choose a tag to compare
@chentsulin chentsulin released this 31 Aug 08:38
· 991 commits to master since this release

messaging-api-messenger

  • [new] using AttachmentPayload to send cached attachment:
client.sendImage(USER_ID, { attachment_id: '55688' });
client.sendAudio(USER_ID, { attachment_id: '55688' });
client.sendVideo(USER_ID, { attachment_id: '55688' });
client.sendFile(USER_ID, { attachment_id: '55688' });